Searched refs:tid3 (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TestSuiteStub.java | 118 TestDescription tid3 = new TestDescription("TestStub", "test3"); in testAttempt() local 119 listener.testStarted(tid3); in testAttempt() 121 listener.testFailed(tid3, "ouch this is bad."); in testAttempt() 125 tid3.toString() + "-file", in testAttempt() 129 listener.testEnded(tid3, new HashMap<String, Metric>()); in testAttempt()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | HostTestTest.java | 1866 TestDescription tid3 = 1869 mListener.testStarted(tid3); 1870 mListener.testEnded(tid3, new HashMap<String, Metric>()); 1964 TestDescription tid3 = new TestDescription(AnotherTestCase.class.getName(), "testPass3"); 1968 new TestDescription[] {tid2, tid3, tid4}); 1979 TestDescription tid3 = new TestDescription(AnotherTestCase.class.getName(), "testPass3"); 1982 SuccessTestCase.class.getName(), new TestDescription[] {tid3, tid4}); 2042 TestDescription tid3 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); 2043 mListener.testStarted(EasyMock.eq(tid3)); 2044 mListener.testEnded(EasyMock.eq(tid3), (HashMap<String, Metric>) EasyMock.anyObject()); [all …]
|