Home
last modified time | relevance | path

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

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletPipelineRequestDispatcherTest.java62 private static final String A_VALUE = ServletPipelineRequestDispatcherTest.class.toString() field in ServletPipelineRequestDispatcherTest
76 .andReturn(A_VALUE); in testIncludeManagedServlet()
89 assertEquals("Wrong attrib returned - " + o, A_VALUE, o); in testIncludeManagedServlet()
140 .andReturn(A_VALUE); in testForwardToManagedServlet()
159 assertEquals("Wrong attrib returned - " + o, A_VALUE, o); in testForwardToManagedServlet()
230 assertEquals("Wrong attrib returned - " + o, A_VALUE, o); in forwardToManagedServletFailureOnCommittedBuffer()
DScopeRequestIntegrationTest.java49 private static final String A_VALUE = "thereaoskdao"; field in ScopeRequestIntegrationTest
67 SomeObject someObject = new SomeObject(A_VALUE); in testNonHttpRequestScopedCallable()