org.mockito.invocation
Interface StubInfo

All Known Implementing Classes:
StubInfoImpl

@Incubating
public interface StubInfo

The information about stubbing, for example the location of stubbing.


Method Summary
 Location stubbedAt()
           
 

Method Detail

stubbedAt

Location stubbedAt()
Returns:
the location where the invocation was stubbed.