Searched refs:anyTimes (Results 1 – 16 of 16) sorted by relevance
256 expect(map.containsKey(anyObject())).andReturn(false).anyTimes();257 expect(map.get(anyObject())).andReturn(null).anyTimes();258 expect(map.isEmpty()).andReturn(true).anyTimes();259 expect(map.remove(anyObject())).andReturn(null).anyTimes();260 expect(map.size()).andReturn(0).anyTimes();263 .anyTimes();265 expectLastCall().anyTimes();292 Iterators.<Entry<String, Boolean>>emptyIterator()).anyTimes();296 expect(map.containsKey(anyObject())).andReturn(false).anyTimes();297 expect(map.isEmpty()).andReturn(true).anyTimes();[all …]
86 .andReturn(injector).anyTimes(); in setUp()87 expect(filterConfig.getServletContext()).andReturn(servletContext).anyTimes(); in setUp()120 expect(req.getMethod()).andReturn("GET").anyTimes(); in testSimple()121 expect(req.getRequestURI()).andReturn("/bar/foo").anyTimes(); in testSimple()122 expect(req.getServletPath()).andReturn("/bar/foo").anyTimes(); in testSimple()123 expect(req.getContextPath()).andReturn("").anyTimes(); in testSimple()244 expect(req.getMethod()).andReturn("GET").anyTimes(); in runTest()245 expect(req.getRequestURI()).andReturn(requestURI).anyTimes(); in runTest()246 expect(req.getServletPath()).andReturn(servletPath).anyTimes(); in runTest()247 expect(req.getContextPath()).andReturn(contextPath).anyTimes(); in runTest()
69 .anyTimes(); in testDispatchRequestToManagedPipeline()72 .anyTimes(); in testDispatchRequestToManagedPipeline()108 .anyTimes(); in testDispatchThatNoFiltersFire()111 .anyTimes(); in testDispatchThatNoFiltersFire()148 .anyTimes(); in testDispatchFilterPipelineWithRegexMatching()151 .anyTimes(); in testDispatchFilterPipelineWithRegexMatching()
100 .anyTimes(); in testDispatchRequestToManagedPipeline()103 .anyTimes(); in testDispatchRequestToManagedPipeline()111 .anyTimes(); in testDispatchRequestToManagedPipeline()113 expectLastCall().anyTimes(); in testDispatchRequestToManagedPipeline()156 .anyTimes(); in testDispatchThatNoFiltersFire()159 .anyTimes(); in testDispatchThatNoFiltersFire()197 .anyTimes(); in testDispatchFilterPipelineWithRegexMatching()200 .anyTimes(); in testDispatchFilterPipelineWithRegexMatching()
92 .anyTimes(); in testDispatchRequestToManagedPipelineServlets()139 .anyTimes(); in testDispatchRequestToManagedPipelineWithFilter()247 .anyTimes(); in testForwardUsingRequestDispatcher()250 .anyTimes(); in testForwardUsingRequestDispatcher()292 .anyTimes(); in testQueryInRequestUri_regex()330 .anyTimes(); in testQueryInRequestUri()
53 .anyTimes(); in testFilterInitAndConfig()105 .anyTimes(); in testFilterCreateDispatchDestroy()110 .anyTimes(); in testFilterCreateDispatchDestroy()166 .anyTimes(); in testFilterCreateDispatchDestroySupressChain()171 .anyTimes(); in testFilterCreateDispatchDestroySupressChain()229 .anyTimes(); in testGetFilterIfMatching()264 .anyTimes(); in testGetFilterIfMatchingNotMatching()
93 .anyTimes(); in testDispatchThruInjectedGuiceFilter()96 .anyTimes(); in testDispatchThruInjectedGuiceFilter()132 .anyTimes(); in testDispatchThruInjectedGuiceFilter()135 .anyTimes(); in testDispatchThruInjectedGuiceFilter()
87 .anyTimes(); in testDispatchRequestToManagedPipelineServlets()127 .anyTimes(); in testVarargsSkipDispatchRequestToManagedPipelineServlets()170 .anyTimes(); in testDispatchRequestToManagedPipelineWithFilter()
79 .anyTimes(); in testDispatchRequestToManagedPipeline()82 .anyTimes(); in testDispatchRequestToManagedPipeline()
77 .anyTimes(); in testDispatchThruGuiceFilter()80 .anyTimes(); in testDispatchThruGuiceFilter()
130 .anyTimes(); in testRequestContinuesInOtherThread()173 .anyTimes(); in testRequestContinuationDiesInHttpRequestThread()
189 .anyTimes(); in pathInfoWithServletStyleMatching()289 .anyTimes(); in pathInfoWithRegexMatching()
64 .anyTimes(); in testServletInitAndConfig()
150 IExpectationSetters<T> anyTimes(); in anyTimes() method
643 setter.anyTimes(); in callWithConvertedRange()
254 public IExpectationSetters<Object> anyTimes() { in anyTimes() method in MocksControl