Interface VerificationDataInOrder
-
- All Known Implementing Classes:
VerificationDataInOrderImpl
public interface VerificationDataInOrder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Invocation>getAllInvocations()InOrderContextgetOrderingContext()MatchableInvocationgetWanted()
-
-
-
Method Detail
-
getAllInvocations
java.util.List<Invocation> getAllInvocations()
-
getWanted
MatchableInvocation getWanted()
-
getOrderingContext
InOrderContext getOrderingContext()
-
-