SuiteResultReporter
public class SuiteResultReporter
extends CollectingTestListener
java.lang.Object | ||
↳ | com.android.tradefed.result.CollectingTestListener | |
↳ | com.android.tradefed.result.suite.SuiteResultReporter |
スイート呼び出し全体のテスト結果を収集し、最終結果を出力します。
概要
ネストされたクラス | |
---|---|
class | SuiteResultReporter.ModulePrepTimes 1つのモジュールの準備と分解時間のためのオブジェクトホルダー。 |
田畑 | |
---|---|
public static final String | SUITE_REPORTER_SOURCE
|
パブリックコンストラクター | |
---|---|
SuiteResultReporter () |
パブリックメソッド | |
---|---|
int | getCompleteModules () |
long | getFailedTests () |
getModulesAbi () モジュールabiのマップを返します。 | |
long | getPassedTests () |
TestSummary | getSummary () |
int | getTotalModules () |
long | getTotalTests () |
void | invocationEnded (long elapsedTime) |
void | invocationStarted (IInvocationContext context) |
void | testModuleStarted (IInvocationContext moduleContext) |
保護されたメソッド | |
---|---|
long | getCurrentTime () |
long | getEndTime () 呼び出しの終了時刻を返します。 |
long | getStartTime () 呼び出しの開始時刻を返します。 |
田畑
SUITE_REPORTER_SOURCE
public static final String SUITE_REPORTER_SOURCE
パブリックコンストラクター
SuiteResultReporter
public SuiteResultReporter ()
パブリックメソッド
getCompleteModules
public int getCompleteModules ()
戻り値 | |
---|---|
int |
getFailedTests
public long getFailedTests ()
戻り値 | |
---|---|
long |
getModulesAbi
publicgetModulesAbi ()
モジュールabiのマップを返します。
戻り値 | |
---|---|
getPassedTests
public long getPassedTests ()
戻り値 | |
---|---|
long |
getSummary
public TestSummary getSummary ()
戻り値 | |
---|---|
TestSummary |
getTotalModules
public int getTotalModules ()
戻り値 | |
---|---|
int |
getTotalTests
public long getTotalTests ()
戻り値 | |
---|---|
long |
invocationEnded
public void invocationEnded (long elapsedTime)
パラメーター | |
---|---|
elapsedTime | long |
invocationStarted
public void invocationStarted (IInvocationContext context)
パラメーター | |
---|---|
context | IInvocationContext |
testModuleStarted
public void testModuleStarted (IInvocationContext moduleContext)
パラメーター | |
---|---|
moduleContext | IInvocationContext |
保護されたメソッド
getCurrentTime
protected long getCurrentTime ()
戻り値 | |
---|---|
long |
getEndTime
protected long getEndTime ()
呼び出しの終了時刻を返します。
戻り値 | |
---|---|
long |
getStartTime
protected long getStartTime ()
呼び出しの開始時刻を返します。
戻り値 | |
---|---|
long |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-08 UTC.