Searched refs:invocationContainerImplStubOnly (Results 1 – 1 of 1) sorted by relevance
28 private InvocationContainerImpl invocationContainerImplStubOnly; field in InvocationContainerImplStubbingTest39 invocationContainerImplStubOnly = in setup()41 …invocationContainerImplStubOnly.setInvocationForPotentialStubbing(new InvocationBuilder().toInvoca… in setup()83 …invocationContainerImplStubOnly.setInvocationForPotentialStubbing(new InvocationMatcher(simpleMeth… in should_get_results_for_methods_stub_only()84 invocationContainerImplStubOnly.addAnswer(new Returns("simpleMethod")); in should_get_results_for_methods_stub_only()87 …invocationContainerImplStubOnly.setInvocationForPotentialStubbing(new InvocationMatcher(differentM… in should_get_results_for_methods_stub_only()88 invocationContainerImplStubOnly.addAnswer(new ThrowsException(new MyException())); in should_get_results_for_methods_stub_only()90 assertEquals("simpleMethod", invocationContainerImplStubOnly.answerTo(simpleMethod)); in should_get_results_for_methods_stub_only()93 invocationContainerImplStubOnly.answerTo(differentMethod); in should_get_results_for_methods_stub_only()