Home
last modified time | relevance | path

Searched refs:suppressedTests (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DFeatureSpecificTestSuiteBuilder.java145 private Set<Method> suppressedTests = new HashSet<Method>(); field in FeatureSpecificTestSuiteBuilder
160 suppressedTests.addAll(methods); in suppressing()
165 return suppressedTests; in getSuppressedTests()
234 if (suppressedTests.contains(method)) { in matches()