Uses of Interface
org.mockito.invocation.StubInfo
Packages that use StubInfo
Package
Description
Invocation machinery and related classes.
Public API related to mock method invocations.
-
Uses of StubInfo in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement StubInfoFields in org.mockito.internal.invocation declared as StubInfoMethods in org.mockito.internal.invocation that return StubInfoMethods in org.mockito.internal.invocation with parameters of type StubInfo -
Uses of StubInfo in org.mockito.invocation
Methods in org.mockito.invocation that return StubInfoMethods in org.mockito.invocation with parameters of type StubInfoModifier and TypeMethodDescriptionvoid
Invocation.markStubbed
(StubInfo stubInfo) Marks this invocation as stubbed.