Home
last modified time | relevance | path

Searched refs:testControl (Results 1 – 1 of 1) sorted by relevance

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DContextPathTest.java115 IMocksControl testControl = createControl(); in testSimple() local
117 HttpServletRequest req = testControl.createMock(HttpServletRequest.class); in testSimple()
118 HttpServletResponse res = testControl.createMock(HttpServletResponse.class); in testSimple()
125 testControl.replay(); in testSimple()
133 testControl.verify(); in testSimple()
235 IMocksControl testControl = createControl(); in runTest() local
241 HttpServletRequest req = testControl.createMock(HttpServletRequest.class); in runTest()
242 HttpServletResponse res = testControl.createMock(HttpServletResponse.class); in runTest()
249 testControl.replay(); in runTest()
257 testControl.verify(); in runTest()