Class SingleRegisteredInvocation
java.lang.Object
org.mockito.internal.verification.SingleRegisteredInvocation
- All Implemented Interfaces:
Serializable,RegisteredInvocations
public class SingleRegisteredInvocation
extends Object
implements RegisteredInvocations, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Invocation invocation) voidclear()getAll()booleanisEmpty()void
-
Constructor Details
-
SingleRegisteredInvocation
public SingleRegisteredInvocation()
-
-
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
-