Searched refs:DependsOnFooBombInField (Results 1 – 1 of 1) sorted by relevance
159 return binding.getKey().getRawType().equals(DependsOnFooBombInField.class); in testExceptionInFieldProvision()168 injector.getInstance(DependsOnFooBombInField.class); in testExceptionInFieldProvision()178 " while locating " + DependsOnFooBombInField.class.getName()); in testExceptionInFieldProvision()187 .doesNotContain(" while locating " + DependsOnFooBombInField.class.getName()); in testExceptionInFieldProvision()236 .doesNotContain(" while locating " + DependsOnFooBombInField.class.getName()); in testExceptionInCxtorProvision()536 static class DependsOnFooBombInField { class in ProvisionListenerTest