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

  /external/guava/guava-testlib/src/com/google/common/testing/
TearDownStack.java 43 private final boolean suppressThrows;
46 this.suppressThrows = false;
49 public TearDownStack(boolean suppressThrows) {
50 this.suppressThrows = suppressThrows;
67 if (suppressThrows) {
75 if ((!suppressThrows) && (exceptions.size() > 0)) {
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 176 milliseconds