Interface SummaryArgumentMatcher |
ArgumentMatcher matches one argument agains expectations |
ArgumentsMatcher |
ArgumentsMatcher matches a list of expected arguments against a list of
actual arguments |
Behavior |
Behavior stores expected behaviors and exposes them for verification |
MethodBehavior |
MethodBehavior stores the expected and actual behaviors of one method
and verifies the expectation against the actual method calls |
MethodBehaviorFactory |
MethodBehaviorFactory creates and returns configured method behaviors |
MockControlState |
MockControlState determines most of the actual behavior of the
MockControl class.
|
MockControlStateFactory |
MockControlStateFactory creates and returns configured mock control
states |