Package org.spockframework.mock
Class DefaultFinalizeInteraction
java.lang.Object
org.spockframework.mock.DefaultFinalizeInteraction
- All Implemented Interfaces:
IMockInteraction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaccept(IMockInvocation invocation) intcomputeSimilarityScore(IMockInvocation invocation) intintgetLine()getText()booleanbooleanbooleanbooleanmatches(IMockInvocation invocation)
-
Field Details
-
INSTANCE
-
-
Method Details
-
getText
-
matches
-
accept
-
getLine
public int getLine()- Specified by:
getLinein interfaceIMockInteraction
-
getColumn
public int getColumn()- Specified by:
getColumnin interfaceIMockInteraction
-
getAcceptedInvocations
- Specified by:
getAcceptedInvocationsin interfaceIMockInteraction
-
computeSimilarityScore
- Specified by:
computeSimilarityScorein interfaceIMockInteraction
-
isSatisfied
public boolean isSatisfied()- Specified by:
isSatisfiedin interfaceIMockInteraction
-
isExhausted
public boolean isExhausted()- Specified by:
isExhaustedin interfaceIMockInteraction
-
isRequired
public boolean isRequired()- Specified by:
isRequiredin interfaceIMockInteraction
-