HomeSort by relevance Sort by last modified time
    Searched refs:TestValueException (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 23 import com.google.common.collect.MapConstraintsTest.TestValueException;
100 throw new TestValueException();
ConstrainedMapTest.java 21 import com.google.common.collect.MapConstraintsTest.TestValueException;
99 throw new TestValueException();
MapConstraintsTest.java 60 static final class TestValueException extends IllegalArgumentException {
75 throw new TestValueException();
133 fail("TestValueException expected");
134 } catch (TestValueException expected) {}
183 fail("TestValueException expected");
184 } catch (TestValueException expected) {}
199 fail("TestValueException expected");
200 } catch (TestValueException expected) {}
325 fail("TestValueException expected");
326 } catch (TestValueException expected) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConstrainedMapTest.java 22 import com.google.common.collect.MapConstraintsTest.TestValueException;
124 throw new TestValueException();
MapConstraintsTest.java 62 static final class TestValueException extends IllegalArgumentException {
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 expected) {
    [all...]
ConstrainedBiMapTest.java 24 import com.google.common.collect.MapConstraintsTest.TestValueException;
126 throw new TestValueException();

Completed in 1474 milliseconds