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.java112 injector.getInstance(FooBomb.class); in testExceptionInProvisionExplicitlyCalled()
119 " at " + FooBomb.class.getName(), in testExceptionInProvisionExplicitlyCalled()
120 " while locating " + FooBomb.class.getName()); in testExceptionInProvisionExplicitlyCalled()
135 injector.getInstance(FooBomb.class); in testExceptionInProvisionAutomaticallyCalled()
142 " at " + FooBomb.class.getName(), in testExceptionInProvisionAutomaticallyCalled()
143 " while locating " + FooBomb.class.getName()); in testExceptionInProvisionAutomaticallyCalled()
176 " at " + FooBomb.class.getName(), in testExceptionInFieldProvision()
177 " while locating " + FooBomb.class.getName(), in testExceptionInFieldProvision()
182 " at " + FooBomb.class.getName(), in testExceptionInFieldProvision()
183 " while locating " + FooBomb.class.getName()); in testExceptionInFieldProvision()
[all …]