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

/external/guava/guava-tests/test/com/google/common/collect/
H A DMapConstraintsTest.java58 static final class TestKeyException extends IllegalArgumentException { class in class:MapConstraintsTest
74 throw new TestKeyException();
131 fail("TestKeyException expected");
132 } catch (TestKeyException expected) {}
139 fail("TestKeyException expected");
140 } catch (TestKeyException expected) {}
143 fail("TestKeyException expected");
144 } catch (TestKeyException expected) {}
181 fail("TestKeyException expected");
182 } catch (TestKeyException expecte
[all...]

Completed in 59 milliseconds