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 TypeMethodDescriptionvoid
add
(Invocation invocation) void
clear()
getAll()
boolean
isEmpty()
void
-
Constructor Details
-
DefaultRegisteredInvocations
public DefaultRegisteredInvocations()
-
-
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
-