Uses of Class
cloud.opencode.base.test.mock.MockInvocationHandler.Stubbing
Packages that use MockInvocationHandler.Stubbing
-
Uses of MockInvocationHandler.Stubbing in cloud.opencode.base.test.mock
Methods in cloud.opencode.base.test.mock that return MockInvocationHandler.StubbingModifier and TypeMethodDescriptionMockInvocationHandler.Stubbing.thenAnswer(Function<Object[], Object> answer) Answers with function.MockInvocationHandler.Stubbing.thenCallRealMethod()Calls real method (for partial mocks).MockInvocationHandler.Stubbing.thenReturn(Object value) Returns specified value.Throws specified exception.Sets up stubbing for method.