Searched refs:tid3 (Results 1 – 4 of 4) sorted by relevance
121 TestDescription tid3 = new TestDescription("TestStub", "test3"); in testAttempt() local122 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()
2003 TestDescription tid3 = in testSplit_withExclude() local2006 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() local2115 new TestDescription[] {tid2, tid3, tid4}); in testSplit_excludeTestCase_shardUnit_method()2126 TestDescription tid3 = new TestDescription(AnotherTestCase.class.getName(), "testPass3"); in testSplit_excludeTestClass_shardUnit_method() local2129 SuccessTestCase.class.getName(), new TestDescription[] {tid3, tid4}); in testSplit_excludeTestClass_shardUnit_method()2189 TestDescription tid3 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); in testRun_junit4ExceptionBeforeClass() local2190 mListener.testStarted(EasyMock.eq(tid3)); in testRun_junit4ExceptionBeforeClass()2191 mListener.testEnded(EasyMock.eq(tid3), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_junit4ExceptionBeforeClass()[all …]
733 TestDescription tid3 = new TestDescription("class", "test3");734 handler.testStarted(tid3);735 handler.testFailed(tid3, "test terminated without result");
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...