Package org.mockito.internal.stubbing
Interface InvocationContainer
- All Known Implementing Classes:
InvocationContainerImpl
public interface InvocationContainer
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getInvocations
List<Invocation> getInvocations() -
getStubbedInvocations
List<StubbedInvocationMatcher> getStubbedInvocations()
-