Searched refs:suppressedTests (Results 1 – 1 of 1) sorted by relevance
145 private Set<Method> suppressedTests = new HashSet<Method>(); field in FeatureSpecificTestSuiteBuilder160 suppressedTests.addAll(methods); in suppressing()165 return suppressedTests; in getSuppressedTests()234 if (suppressedTests.contains(method)) { in matches()