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.java208 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 ProvisionListenerTest
542 DependsOnFooBombInCxtor(FooBomb fooBomb) {} in DependsOnFooBombInCxtor() method in ProvisionListenerTest.DependsOnFooBombInCxtor