Home
last modified time | relevance | path

Searched refs:tid3 (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java121 TestDescription tid3 = new TestDescription("TestStub", "test3"); in testAttempt() local
122 listener.testStarted(tid3); in testAttempt()
124 listener.testFailed(tid3, "ouch this is bad."); in testAttempt()
128 tid3.toString() + "-file", in testAttempt()
132 listener.testEnded(tid3, new HashMap<String, Metric>()); in testAttempt()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java2003 TestDescription tid3 = in testSplit_withExclude() local
2006 mListener.testStarted(tid3); in testSplit_withExclude()
2007 mListener.testEnded(tid3, new HashMap<String, Metric>()); in testSplit_withExclude()
2111 TestDescription tid3 = new TestDescription(AnotherTestCase.class.getName(), "testPass3"); in testSplit_excludeTestCase_shardUnit_method() local
2115 new TestDescription[] {tid2, tid3, tid4}); in testSplit_excludeTestCase_shardUnit_method()
2126 TestDescription tid3 = new TestDescription(AnotherTestCase.class.getName(), "testPass3"); in testSplit_excludeTestClass_shardUnit_method() local
2129 SuccessTestCase.class.getName(), new TestDescription[] {tid3, tid4}); in testSplit_excludeTestClass_shardUnit_method()
2189 TestDescription tid3 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); in testRun_junit4ExceptionBeforeClass() local
2190 mListener.testStarted(EasyMock.eq(tid3)); in testRun_junit4ExceptionBeforeClass()
2191 mListener.testEnded(EasyMock.eq(tid3), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_junit4ExceptionBeforeClass()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java733 TestDescription tid3 = new TestDescription("class", "test3");
734 handler.testStarted(tid3);
735 handler.testFailed(tid3, "test terminated without result");
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...