Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DDuplicateBindingsTest.java179 Guice.createInjector(new ThrowingModule(), new ThrowingModule()); in testExceptionInEqualsThrowsCreationException()
183 …"A binding to " + Foo.class.getName() + " was already configured at " + ThrowingModule.class.getNa… in testExceptionInEqualsThrowsCreationException()
185 "at " + ThrowingModule.class.getName()); in testExceptionInEqualsThrowsCreationException()
332 private static class ThrowingModule extends AbstractModule { class in DuplicateBindingsTest