Interface VerificationData
-
- All Known Implementing Classes:
VerificationDataImpl
public interface VerificationData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Invocation>
getAllInvocations()
InvocationMatcher
getWanted()
-
-
-
Method Detail
-
getAllInvocations
java.util.List<Invocation> getAllInvocations()
-
getWanted
InvocationMatcher getWanted()
-
-