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

  /external/guava/guava-tests/test/com/google/common/collect/
ConstrainedBiMapTest.java 22 import com.google.common.collect.MapConstraintsTest.TestValueException;
45 throw new TestValueException();
MapConstraintsTest.java 62 static final class TestValueException extends IllegalArgumentException {
77 throw new TestValueException();
135 fail("TestValueException expected");
136 } catch (TestValueException expected) {}
185 fail("TestValueException expected");
186 } catch (TestValueException expected) {}
201 fail("TestValueException expected");
202 } catch (TestValueException expected) {}
327 fail("TestValueException expected");
328 } catch (TestValueException expected) {
    [all...]

Completed in 56 milliseconds