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.java58 private static final String A_VALUE = field in ServletPipelineRequestDispatcherTest
74 expect(requestMock.getAttribute(A_KEY)).andReturn(A_VALUE); in testIncludeManagedServlet()
89 assertEquals("Wrong attrib returned - " + o, A_VALUE, o); in testIncludeManagedServlet()
135 expect(requestMock.getAttribute(A_KEY)).andReturn(A_VALUE); in testForwardToManagedServlet()
155 assertEquals("Wrong attrib returned - " + o, A_VALUE, o); in testForwardToManagedServlet()
225 assertEquals("Wrong attrib returned - " + o, A_VALUE, o); in forwardToManagedServletFailureOnCommittedBuffer()
DScopeRequestIntegrationTest.java44 private static final String A_VALUE = "thereaoskdao"; field in ScopeRequestIntegrationTest
65 SomeObject someObject = new SomeObject(A_VALUE); in testNonHttpRequestScopedCallable()