Class DefaultRegisteredInvocations
java.lang.Object
org.mockito.internal.verification.DefaultRegisteredInvocations
- All Implemented Interfaces:
Serializable,RegisteredInvocations
public class DefaultRegisteredInvocations
extends Object
implements RegisteredInvocations, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Invocation invocation) voidclear()getAll()booleanisEmpty()void
-
Constructor Details
-
DefaultRegisteredInvocations
public DefaultRegisteredInvocations()
-
-
Method Details
-
add
- Specified by:
addin interfaceRegisteredInvocations
-
removeLast
public void removeLast()- Specified by:
removeLastin interfaceRegisteredInvocations
-
getAll
- Specified by:
getAllin interfaceRegisteredInvocations
-
clear
public void clear()- Specified by:
clearin interfaceRegisteredInvocations
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceRegisteredInvocations
-