Package org.spockframework.mock
Class DefaultEqualsHashCodeToStringInteractions
- java.lang.Object
-
- org.spockframework.mock.DefaultEqualsHashCodeToStringInteractions
-
- All Implemented Interfaces:
IInteractionScope
public class DefaultEqualsHashCodeToStringInteractions extends java.lang.Object implements IInteractionScope
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultEqualsHashCodeToStringInteractions
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addInteraction(IMockInteraction interaction)
void
addOrderingBarrier()
void
addUnmatchedInvocation(IMockInvocation invocation)
IMockInteraction
match(IMockInvocation invocation)
void
verifyInteractions()
-
-
-
Field Detail
-
INSTANCE
public static final DefaultEqualsHashCodeToStringInteractions INSTANCE
-
-
Method Detail
-
addInteraction
public void addInteraction(IMockInteraction interaction)
- Specified by:
addInteraction
in interfaceIInteractionScope
-
addOrderingBarrier
public void addOrderingBarrier()
- Specified by:
addOrderingBarrier
in interfaceIInteractionScope
-
addUnmatchedInvocation
public void addUnmatchedInvocation(IMockInvocation invocation)
- Specified by:
addUnmatchedInvocation
in interfaceIInteractionScope
-
match
public IMockInteraction match(IMockInvocation invocation)
- Specified by:
match
in interfaceIInteractionScope
-
verifyInteractions
public void verifyInteractions()
- Specified by:
verifyInteractions
in interfaceIInteractionScope
-
-