Searched refs:A_VALUE (Results 1 – 2 of 2) sorted by relevance
58 private static final String A_VALUE = field in ServletPipelineRequestDispatcherTest74 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()
44 private static final String A_VALUE = "thereaoskdao"; field in ScopeRequestIntegrationTest65 SomeObject someObject = new SomeObject(A_VALUE); in testNonHttpRequestScopedCallable()