Оптимизируйте свои подборки Сохраняйте и классифицируйте контент в соответствии со своими настройками.

ReportPassedTests

public class ReportPassedTests
extends CollectingTestListener implements IConfigurationReceiver

java.lang.Object
com.android.tradefed.result.CollectingTestListener
com.android.tradefed.result.ReportPassedTests


Запишите в файл возможные фильтры, чтобы исключить пройденный тест.

Резюме

Общественные конструкторы

ReportPassedTests ()

Публичные методы

void invocationEnded (long elapsedTime)

void invocationFailed (FailureDescription failure)
void setConfiguration ( IConfiguration configuration)

Впрыскивает IConfiguration в использовании.

void setLogger (ITestLogger logger)
void testModuleEnded ()
void testModuleStarted (IInvocationContext moduleContext)
void testRunEnded (long elapsedTime, runMetrics) testRunEnded (long elapsedTime, runMetrics)

Общественные конструкторы

ReportPassedTests

public ReportPassedTests ()

Публичные методы

invocationEnded

public void invocationEnded (long elapsedTime)

Параметры
elapsedTime long

invocationFailed

public void invocationFailed (FailureDescription failure)

Параметры
failure FailureDescription

setConfiguration

public void setConfiguration (IConfiguration configuration)

Впрыскивает IConfiguration в использовании.

Параметры
configuration IConfiguration

setLogger

public void setLogger (ITestLogger logger)

Параметры
logger ITestLogger

testModuleEnded

public void testModuleEnded ()

testModuleStarted

public void testModuleStarted (IInvocationContext moduleContext)

Параметры
moduleContext IInvocationContext

testRunEnded

public void testRunEnded (long elapsedTime, 
                 runMetrics)

Параметры
elapsedTime long

runMetrics