Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMapConstraintsTest.java60 static final class TestValueException extends IllegalArgumentException { class in MapConstraintsTest
75 throw new TestValueException(); in checkKeyValue()
134 } catch (TestValueException expected) {} in testConstrainedMapIllegal()
184 } catch (TestValueException expected) {} in testConstrainedBiMapIllegal()
200 } catch (TestValueException expected) {} in testConstrainedBiMapIllegal()
326 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
338 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
350 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
362 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
376 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
[all …]
DConstrainedMapTest.java21 import com.google.common.collect.MapConstraintsTest.TestValueException;
99 throw new TestValueException(); in checkKeyValue()
DConstrainedBiMapTest.java23 import com.google.common.collect.MapConstraintsTest.TestValueException;
100 throw new TestValueException(); in checkKeyValue()
/external/guava/guava-tests/test/com/google/common/collect/
DMapConstraintsTest.java62 static final class TestValueException extends IllegalArgumentException { class in MapConstraintsTest
77 throw new TestValueException(); in checkKeyValue()
136 } catch (TestValueException expected) {} in testConstrainedMapIllegal()
186 } catch (TestValueException expected) {} in testConstrainedBiMapIllegal()
202 } catch (TestValueException expected) {} in testConstrainedBiMapIllegal()
328 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
340 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
352 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
364 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
378 } catch (TestValueException expected) {} in testConstrainedMultimapIllegal()
[all …]
DConstrainedMapTest.java22 import com.google.common.collect.MapConstraintsTest.TestValueException;
124 throw new TestValueException(); in checkKeyValue()
DConstrainedBiMapTest.java24 import com.google.common.collect.MapConstraintsTest.TestValueException;
126 throw new TestValueException(); in checkKeyValue()