Home
last modified time | relevance | path

Searched refs:NOT_EXECUTED_FAILURE (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DIReportNotExecuted.java26 public static final String NOT_EXECUTED_FAILURE = "Test did not run. This is a placeholder."; field
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DTestsPoolPollerTest.java276 .testRunFailed(IReportNotExecuted.NOT_EXECUTED_FAILURE); in testRun_dnae_reportNotExecuted()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java994 reportNotExecuted(listener, IReportNotExecuted.NOT_EXECUTED_FAILURE); in reportNotExecuted()