Uses of Record Class
cloud.opencode.base.test.mock.Invocation
Packages that use Invocation
-
Uses of Invocation in cloud.opencode.base.test.mock
Methods in cloud.opencode.base.test.mock that return InvocationModifier and TypeMethodDescriptionstatic InvocationCreates an invocation with current timestamp.Methods in cloud.opencode.base.test.mock that return types with arguments of type InvocationModifier and TypeMethodDescriptionMockInvocationHandler.getInvocations()Gets all recorded invocations.MockInvocationHandler.getInvocations(String methodName) Gets invocations for method.static List<Invocation> MockProxy.getInvocations(Object mock) Gets all invocations recorded on a mock.