Searched refs:tid2 (Results 1 – 6 of 6) sorted by relevance
53 TestIdentifier tid2 = new TestIdentifier("class", "test2"); in testForwarding() local54 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() local99 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 …]
107 TestDescription tid2 = new TestDescription("TestStub", "test2"); in testAttempt() local108 listener.testStarted(tid2); in testAttempt()114 tid2.toString() + "-file", in testAttempt()118 listener.testEnded(tid2, new HashMap<String, Metric>()); in testAttempt()
98 TestDescription tid2 = new TestDescription("class", "test" + i); in testInternalRerun() local99 mListener.testStarted(tid2); in testInternalRerun()100 mListener.testEnded(tid2, new HashMap<String, Metric>()); in testInternalRerun()
1993 TestDescription tid2 = in testSplit_withExclude() local1996 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() local2115 new TestDescription[] {tid2, tid3, tid4}); in testSplit_excludeTestCase_shardUnit_method()2186 TestDescription tid2 = new TestDescription(Junit4TestClass.class.getName(), "testPass5"); in testRun_junit4ExceptionBeforeClass() local2187 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() local2231 mListener.testStarted(EasyMock.eq(tid2)); in testRun_junit4ExceptionBefore()[all …]
727 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>());
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...