Searched defs:RuntimeExceptionFoo (Results 1 - 1 of 1) sorted by relevance
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ | ||
H A D | CheckedProviderTest.java | 1114 .providing(RuntimeExceptionFoo.class); 1129 static class RuntimeExceptionFoo implements Foo { class in class:CheckedProviderTest 1131 public RuntimeExceptionFoo() throws RuntimeException { method in class:CheckedProviderTest.RuntimeExceptionFoo |
Completed in 142 milliseconds