DynamicMock
, Expectation
, ExpectationCollection
, InvocationDispatcher
, InvocationMatcher
, Invokable
AbstractDynamicMock
, 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
, TestFailureMatcher
public 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.
|