Uses of Interface
org.mockito.invocation.StubInfo

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

Uses of StubInfo in org.mockito.internal.invocation
 

Classes in org.mockito.internal.invocation that implement StubInfo
 class StubInfoImpl
           
 

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

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

Uses of StubInfo in org.mockito.invocation
 

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

Methods in org.mockito.invocation with parameters of type StubInfo
 void Invocation.markStubbed(StubInfo stubInfo)
          Marks this invocation as stubbed.