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