Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java101 injector.getInstance(FooBomb.class); in testExceptionInProvisionExplicitlyCalled()
107 " at " + FooBomb.class.getName(), in testExceptionInProvisionExplicitlyCalled()
108 " while locating " + FooBomb.class.getName()); in testExceptionInProvisionExplicitlyCalled()
121 injector.getInstance(FooBomb.class); in testExceptionInProvisionAutomaticallyCalled()
127 " at " + FooBomb.class.getName(), in testExceptionInProvisionAutomaticallyCalled()
128 " while locating " + FooBomb.class.getName()); in testExceptionInProvisionAutomaticallyCalled()
154 " at " + FooBomb.class.getName(), in testExceptionInFieldProvision()
155 " while locating " + FooBomb.class.getName(), in testExceptionInFieldProvision()
184 " at " + FooBomb.class.getName(), in testExceptionInCxtorProvision()
185 " while locating " + FooBomb.class.getName(), in testExceptionInCxtorProvision()
[all …]