Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java265 private boolean shouldRunTestCase(UiConductorTestCase testCase) { in shouldRunTestCase()
276 UiConductorTestCase testCase, in runTestCase()
312 ITestInvocationListener listener, UiConductorTestCase testCase, File resultFile) { in verifyTestResultFile()
414 private String[] buildCommand(UiConductorTestCase testCase, List<ITestDevice> devices) { in buildCommand()
/tools/tradefederation/contrib/tests/src/com/android/uicd/tests/
DUiConductorTestTest.java296 TestRecordProto.TestRecord.Builder testCase = TestRecordProto.TestRecord.newBuilder(); in testRun_withPreviousResults() local
/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java575 TestDescription testCase = testCaseEntry.getKey(); in addRetriedTestsToFilters() local
628 TestDescription testCase = testCaseEntry.getKey(); in excludeNonRetriableFailure() local
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelXmlResultReporter.java261 Element testCase = doc.createElement("testcase"); in writeTestCase() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java115 public void addFailedTestCase(TestDescription testCase) { in addFailedTestCase()
119 public void addTestBecomePass(TestDescription testCase, int attempt) { in addTestBecomePass()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java690 var testCase = in testShardList() local