Searched refs:DependsOnFooBombInCxtor (Results 1 – 1 of 1) sorted by relevance
208 return binding.getKey().getRawType().equals(DependsOnFooBombInCxtor.class); in testExceptionInCxtorProvision()217 injector.getInstance(DependsOnFooBombInCxtor.class); in testExceptionInCxtorProvision()227 " while locating " + DependsOnFooBombInCxtor.class.getName()); in testExceptionInCxtorProvision()540 static class DependsOnFooBombInCxtor { class in ProvisionListenerTest542 DependsOnFooBombInCxtor(FooBomb fooBomb) {} in DependsOnFooBombInCxtor() method in ProvisionListenerTest.DependsOnFooBombInCxtor