Home
last modified time | relevance | path

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

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletScopesTest.java61 Module requestScopedBindings = in testIsRequestScopedPositive() local
89 List<Element> moduleBindings = Elements.getElements(requestScopedBindings); in testIsRequestScopedPositive()
101 Injector injector = Guice.createInjector(requestScopedBindings, new ServletModule()); in testIsRequestScopedPositive()
123 Module requestScopedBindings = in testIsRequestScopedNegative() local
155 List<Element> moduleBindings = Elements.getElements(requestScopedBindings); in testIsRequestScopedNegative()
168 Injector injector = Guice.createInjector(requestScopedBindings); in testIsRequestScopedNegative()