Package org.mockito.invocation
Interface StubInfo
-
public interface StubInfoThe information about stubbing, for example the location of stubbing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationstubbedAt()
-
-
-
Method Detail
-
stubbedAt
Location stubbedAt()
- Returns:
- the location where the invocation was stubbed.
-
-