Package org.spockframework.mock
Class DefaultJavaLangObjectInteractions
java.lang.Object
org.spockframework.mock.DefaultJavaLangObjectInteractions
- All Implemented Interfaces:
IInteractionScope
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInteraction(IMockInteraction interaction) voidvoidaddUnmatchedInvocation(IMockInvocation invocation) match(IMockInvocation invocation) void
-
Field Details
-
INSTANCE
-
-
Method Details
-
addInteraction
- Specified by:
addInteractionin interfaceIInteractionScope
-
addOrderingBarrier
public void addOrderingBarrier()- Specified by:
addOrderingBarrierin interfaceIInteractionScope
-
addUnmatchedInvocation
- Specified by:
addUnmatchedInvocationin interfaceIInteractionScope
-
match
- Specified by:
matchin interfaceIInteractionScope
-
verifyInteractions
public void verifyInteractions()- Specified by:
verifyInteractionsin interfaceIInteractionScope
-