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

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ConstrainedBiMapTest.java 22 import com.google.common.collect.MapConstraintsTest.TestKeyException;
97 throw new TestKeyException();
ConstrainedMapTest.java 20 import com.google.common.collect.MapConstraintsTest.TestKeyException;
96 throw new TestKeyException();
MapConstraintsTest.java 56 static final class TestKeyException extends IllegalArgumentException {
72 throw new TestKeyException();
129 fail("TestKeyException expected");
130 } catch (TestKeyException expected) {}
137 fail("TestKeyException expected");
138 } catch (TestKeyException expected) {}
141 fail("TestKeyException expected");
142 } catch (TestKeyException expected) {}
179 fail("TestKeyException expected");
180 } catch (TestKeyException expected) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapConstraintsTest.java 58 static final class TestKeyException extends IllegalArgumentException {
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 expected) {
    [all...]
ConstrainedMapTest.java 21 import com.google.common.collect.MapConstraintsTest.TestKeyException;
121 throw new TestKeyException();
ConstrainedBiMapTest.java 23 import com.google.common.collect.MapConstraintsTest.TestKeyException;
123 throw new TestKeyException();

Completed in 281 milliseconds