Home
last modified time | relevance | path

Searched refs:tid2 (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarderTest.java53 TestIdentifier tid2 = new TestIdentifier("class", "test2"); in testForwarding() local
54 TestDescription td2 = new TestDescription(tid2.getClassName(), tid2.getTestName()); in testForwarding()
75 mForwarder.testStarted(tid2); in testForwarding()
76 mForwarder.testFailed(tid2, "I failed"); in testForwarding()
77 mForwarder.testEnded(tid2, new HashMap<>()); in testForwarding()
87 TestIdentifier tid2 = new TestIdentifier("class", "null"); in testForwarding_null() local
99 tid2.getTestName(), in testForwarding_null()
100 tid2), in testForwarding_null()
114 mForwarder.testStarted(tid2); in testForwarding_null()
115 mForwarder.testFailed(tid2, "I failed"); in testForwarding_null()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java107 TestDescription tid2 = new TestDescription("TestStub", "test2"); in testAttempt() local
108 listener.testStarted(tid2); in testAttempt()
114 tid2.toString() + "-file", in testAttempt()
118 listener.testEnded(tid2, new HashMap<String, Metric>()); in testAttempt()
DModuleListenerTest.java98 TestDescription tid2 = new TestDescription("class", "test" + i); in testInternalRerun() local
99 mListener.testStarted(tid2); in testInternalRerun()
100 mListener.testEnded(tid2, new HashMap<String, Metric>()); in testInternalRerun()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java1993 TestDescription tid2 = in testSplit_withExclude() local
1996 mListener.testStarted(tid2); in testSplit_withExclude()
1997 mListener.testEnded(tid2, new HashMap<String, Metric>()); in testSplit_withExclude()
2110 TestDescription tid2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testSplit_excludeTestCase_shardUnit_method() local
2115 new TestDescription[] {tid2, tid3, tid4}); in testSplit_excludeTestCase_shardUnit_method()
2186 TestDescription tid2 = new TestDescription(Junit4TestClass.class.getName(), "testPass5"); in testRun_junit4ExceptionBeforeClass() local
2187 mListener.testStarted(EasyMock.eq(tid2)); in testRun_junit4ExceptionBeforeClass()
2188 mListener.testEnded(EasyMock.eq(tid2), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_junit4ExceptionBeforeClass()
2230 TestDescription tid2 = new TestDescription(Junit4TestClass.class.getName(), "testPass5"); in testRun_junit4ExceptionBefore() local
2231 mListener.testStarted(EasyMock.eq(tid2)); in testRun_junit4ExceptionBefore()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java727 TestDescription tid2 = new TestDescription("class", "test2");
728 handler.testStarted(tid2);
729 handler.testAssumptionFailure(tid2, "I assume I failed");
730 handler.testEnded(tid2, new HashMap<String, Metric>());
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...