Searched refs:failedAndSkippedMethods (Results 1 – 1 of 1) sorted by relevance
1548 Set<ITestResult> failedAndSkippedMethods = Sets.newHashSet(); in haveBeenRunSuccessfully() local1549 failedAndSkippedMethods.addAll(m_notifier.getFailedTests(method)); in haveBeenRunSuccessfully()1550 failedAndSkippedMethods.addAll(m_notifier.getSkippedTests(method)); in haveBeenRunSuccessfully()1551 Set<ITestResult> failedresults = keepSameInstances(testMethod, failedAndSkippedMethods); in haveBeenRunSuccessfully()