Uses of Interface
org.mockito.invocation.StubInfo
-
Packages that use StubInfo Package Description org.mockito.internal.invocation Invocation machinery and related classes.org.mockito.invocation Public API related to mock method invocations. -
-
Uses of StubInfo in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement StubInfo Modifier and Type Class Description class
StubInfoImpl
Fields in org.mockito.internal.invocation declared as StubInfo Modifier and Type Field Description private StubInfo
InterceptedInvocation. stubInfo
Methods in org.mockito.internal.invocation that return StubInfo Modifier and Type Method Description StubInfo
InterceptedInvocation. stubInfo()
Methods in org.mockito.internal.invocation with parameters of type StubInfo Modifier and Type Method Description void
InterceptedInvocation. markStubbed(StubInfo stubInfo)
-
Uses of StubInfo in org.mockito.invocation
Methods in org.mockito.invocation that return StubInfo Modifier and Type Method Description StubInfo
Invocation. stubInfo()
Methods in org.mockito.invocation with parameters of type StubInfo Modifier and Type Method Description void
Invocation. markStubbed(StubInfo stubInfo)
Marks this invocation as stubbed.
-