Searched refs:invocationContainerImplStubOnly (Results 1 – 1 of 1) sorted by relevance
27 private InvocationContainerImpl invocationContainerImplStubOnly; field in InvocationContainerImplStubbingTest38 invocationContainerImplStubOnly = in setup()40 …invocationContainerImplStubOnly.setInvocationForPotentialStubbing(new InvocationBuilder().toInvoca… in setup()82 …invocationContainerImplStubOnly.setInvocationForPotentialStubbing(new InvocationMatcher(simpleMeth… in should_get_results_for_methods_stub_only()83 invocationContainerImplStubOnly.addAnswer(new Returns("simpleMethod"), null); in should_get_results_for_methods_stub_only()86 …invocationContainerImplStubOnly.setInvocationForPotentialStubbing(new InvocationMatcher(differentM… in should_get_results_for_methods_stub_only()87 invocationContainerImplStubOnly.addAnswer(new ThrowsException(new MyException()), null); in should_get_results_for_methods_stub_only()89 assertEquals("simpleMethod", invocationContainerImplStubOnly.answerTo(simpleMethod)); in should_get_results_for_methods_stub_only()92 invocationContainerImplStubOnly.answerTo(differentMethod); in should_get_results_for_methods_stub_only()