Searched refs:A_VALUE (Results 1 – 2 of 2) sorted by relevance
62 private static final String A_VALUE = ServletPipelineRequestDispatcherTest.class.toString() field in ServletPipelineRequestDispatcherTest76 .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()
49 private static final String A_VALUE = "thereaoskdao"; field in ScopeRequestIntegrationTest67 SomeObject someObject = new SomeObject(A_VALUE); in testNonHttpRequestScopedCallable()