Uses of Interface
org.mockito.invocation.StubInfo
-
Packages that use StubInfo Package Description org.mockito.invocation Public API related to mock method invocations. -
-
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.
-