Searched refs:DependsOnFooBombInCxtor (Results 1 – 1 of 1) sorted by relevance
169 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 ProvisionListenerTest443 @Inject DependsOnFooBombInCxtor(FooBomb fooBomb) {} in DependsOnFooBombInCxtor() method in ProvisionListenerTest.DependsOnFooBombInCxtor