Package org.mockito.internal.stubbing
Interface InvocationContainer
-
- All Known Implementing Classes:
InvocationContainerImpl
public interface InvocationContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Invocation>
getInvocations()
java.util.List<StubbedInvocationMatcher>
getStubbedInvocations()
-
-
-
Method Detail
-
getInvocations
java.util.List<Invocation> getInvocations()
-
getStubbedInvocations
java.util.List<StubbedInvocationMatcher> getStubbedInvocations()
-
-