Searched defs:suppressThrows (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
H A DTearDownStack.java43 private final boolean suppressThrows; field in class:TearDownStack
46 this.suppressThrows = false;
49 public TearDownStack(boolean suppressThrows) { argument
50 this.suppressThrows = suppressThrows;
67 if (suppressThrows) {
75 if ((!suppressThrows) && (exceptions.size() > 0)) {
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 105 milliseconds