DynamicMock, Expectation, ExpectationCollection, InvocationDispatcher, InvocationMatcher, InvokableAbstractDynamicMock, AbstractExpectation, AbstractExpectationCollection, AbstractInvocationDispatcher, AnyArgumentsMatcher, ArgumentsMatcher, CGLIBCoreMock, CoreMock, ExpectationCounter, ExpectationDoubleValue, ExpectationList, ExpectationMap, ExpectationSegment, ExpectationSet, ExpectationValue, FIFOInvocationDispatcher, InvocationMocker, InvokeAtLeastOnceMatcher, InvokeAtMostOnceMatcher, InvokeCountMatcher, InvokedAfterMatcher, InvokedRecorder, InvokeOnceMatcher, LIFOInvocationDispatcher, MethodNameMatcher, Mock, MockObject, NoArgumentsMatcher, ReturnObjectBag, ReturnObjectList, ReturnObjectMap, StatelessInvocationMatcher, TestFailureMatcherpublic interface Verifiable
Verifier to check all the Verifiables in an object.| Modifier and Type | Method | Description |
|---|---|---|
void |
verify() |
Throw an AssertionFailedException if any expectations have not been met.
|