HomeSort by relevance Sort by last modified time
    Searched defs:suppressedTests (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 145 private Set<Method> suppressedTests = new HashSet<Method>();
160 suppressedTests.addAll(methods);
165 return suppressedTests;
234 if (suppressedTests.contains(method)) {
  /external/guice/lib/build/
guava-testlib-19.0.jar 

Completed in 290 milliseconds