CountingTestResultListener
public
class
CountingTestResultListener
extends TestResultListener
java.lang.Object | ||
↳ | com.android.tradefed.result.TestResultListener | |
↳ | com.android.tradefed.result.CountingTestResultListener |
TestStatus
ごとのテストの合計数を追跡する TestResultListener
概要
パブリック コンストラクタ | |
---|---|
CountingTestResultListener()
|
パブリック メソッド | |
---|---|
int[]
|
getResultCounts()
合格、未完了、IGNORED などのテストの数を返します。 |
int
|
getTotalTests()
実行されたテストの合計数を返します。 |
boolean
|
hasFailedTests()
エラーの有無を判断するためのヘルパー メソッド(Incomplete、AssumptionFailure、 失敗します)。 |
void
|
testResult(TestDescription test, TestResult result)
|
パブリック コンストラクタ
CountingTestResultListener
public CountingTestResultListener ()
パブリック メソッド
getResultCounts
public int[] getResultCounts ()
合格、未完了、IGNORED などのテストの数を返します。
戻り値 | |
---|---|
int[] |
TestStatus.ordinal() でインデックス付けされた配列。 ステータス |
getTotalTests
public int getTotalTests ()
実行されたテストの合計数を返します。
戻り値 | |
---|---|
int |
hasFailedTests
public boolean hasFailedTests ()
エラーの有無を判断するためのヘルパー メソッド(Incomplete、AssumptionFailure、 失敗します)。
戻り値 | |
---|---|
boolean |
testResult
public void testResult (TestDescription test, TestResult result)
パラメータ | |
---|---|
test |
TestDescription |
result |
TestResult |