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 TypeMethodDescriptionvoid
add
(Invocation invocation) void
clear()
getAll()
boolean
isEmpty()
void
-
Constructor Details
-
SingleRegisteredInvocation
public SingleRegisteredInvocation()
-
-
Method Details
-
add
- Specified by:
add
in interfaceRegisteredInvocations
-
removeLast
public void removeLast()- Specified by:
removeLast
in interfaceRegisteredInvocations
-
getAll
- Specified by:
getAll
in interfaceRegisteredInvocations
-
clear
public void clear()- Specified by:
clear
in interfaceRegisteredInvocations
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceRegisteredInvocations
-