Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java169 return binding.getKey().getRawType().equals(DependsOnFooBombInCxtor.class); in testExceptionInCxtorProvision()
177 injector.getInstance(DependsOnFooBombInCxtor.class); in testExceptionInCxtorProvision()
186 " while locating " + DependsOnFooBombInCxtor.class.getName()); in testExceptionInCxtorProvision()
442 static class DependsOnFooBombInCxtor { class in ProvisionListenerTest
443 @Inject DependsOnFooBombInCxtor(FooBomb fooBomb) {} in DependsOnFooBombInCxtor() method in ProvisionListenerTest.DependsOnFooBombInCxtor