Home
last modified time | relevance | path

Searched defs:requestMock (Results 1 – 6 of 6) sorted by relevance

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DVarargsFilterDispatchIntegrationTest.java65 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testDispatchRequestToManagedPipeline() local
104 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testDispatchThatNoFiltersFire() local
144 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testDispatchFilterPipelineWithRegexMatching() local
DServletDispatchIntegrationTest.java85 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testDispatchRequestToManagedPipelineServlets() local
132 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testDispatchRequestToManagedPipelineWithFilter() local
243 final HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testForwardUsingRequestDispatcher() local
285 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testQueryInRequestUri_regex() local
323 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testQueryInRequestUri() local
DVarargsServletDispatchIntegrationTest.java80 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testDispatchRequestToManagedPipelineServlets() local
120 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testVarargsSkipDispatchRequestToManagedPipelineServlets() local
163 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testDispatchRequestToManagedPipelineWithFilter() local
DFilterDispatchIntegrationTest.java96 HttpServletRequest requestMock = control.createMock(HttpServletRequest.class); in testDispatchRequestToManagedPipeline() local
152 HttpServletRequest requestMock = control.createMock(HttpServletRequest.class); in testDispatchThatNoFiltersFire() local
193 HttpServletRequest requestMock = control.createMock(HttpServletRequest.class); in testDispatchFilterPipelineWithRegexMatching() local
DServletPipelineRequestDispatcherTest.java73 final HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testIncludeManagedServlet() local
136 final HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testForwardToManagedServlet() local
DMultiModuleDispatchIntegrationTest.java75 HttpServletRequest requestMock = createMock(HttpServletRequest.class); in testDispatchRequestToManagedPipeline() local