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

/external/guava/guava-tests/test/com/google/common/collect/
H A DMapConstraintsTest.java62 static final class TestValueException extends IllegalArgumentException { class in class:MapConstraintsTest
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 expecte
[all...]

Completed in 739 milliseconds