Home
last modified time | relevance | path

Searched refs:TestKeyException (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMapConstraintsTest.java56 static final class TestKeyException extends IllegalArgumentException { class in MapConstraintsTest
72 throw new TestKeyException(); in checkKeyValue()
130 } catch (TestKeyException expected) {} in testConstrainedMapIllegal()
138 } catch (TestKeyException expected) {} in testConstrainedMapIllegal()
142 } catch (TestKeyException expected) {} in testConstrainedMapIllegal()
180 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
188 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
192 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
196 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
204 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
[all …]
DConstrainedBiMapTest.java22 import com.google.common.collect.MapConstraintsTest.TestKeyException;
97 throw new TestKeyException(); in checkKeyValue()
DConstrainedMapTest.java20 import com.google.common.collect.MapConstraintsTest.TestKeyException;
96 throw new TestKeyException(); in checkKeyValue()
/external/guava/guava-tests/test/com/google/common/collect/
DMapConstraintsTest.java58 static final class TestKeyException extends IllegalArgumentException { class in MapConstraintsTest
74 throw new TestKeyException(); in checkKeyValue()
132 } catch (TestKeyException expected) {} in testConstrainedMapIllegal()
140 } catch (TestKeyException expected) {} in testConstrainedMapIllegal()
144 } catch (TestKeyException expected) {} in testConstrainedMapIllegal()
182 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
190 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
194 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
198 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
206 } catch (TestKeyException expected) {} in testConstrainedBiMapIllegal()
[all …]
DConstrainedMapTest.java21 import com.google.common.collect.MapConstraintsTest.TestKeyException;
121 throw new TestKeyException(); in checkKeyValue()
DConstrainedBiMapTest.java23 import com.google.common.collect.MapConstraintsTest.TestKeyException;
123 throw new TestKeyException(); in checkKeyValue()