Searched defs:throwS (Results 1 - 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DTypeLiteralTypeResolutionTest.java78 Method throwS; field in class:TypeLiteralTypeResolutionTest
93 throwS = Thrower.class.getMethod("throwS");
155 assertEquals(NullPointerException.class, type.getExceptionTypes(throwS).get(0).getType());
160 public void throwS() throws S {} method in class:TypeLiteralTypeResolutionTest.Thrower

Completed in 82 milliseconds