Uses of Class
org.mockito.internal.invocation.StubInfo

Packages that use StubInfo
org.mockito.internal.invocation Invocation and related classes. 
 

Uses of StubInfo in org.mockito.internal.invocation
 

Methods in org.mockito.internal.invocation that return StubInfo
 StubInfo Invocation.stubInfo()
           
 

Methods in org.mockito.internal.invocation with parameters of type StubInfo
 void Invocation.markStubbed(StubInfo stubInfo)