| Interface | Description |
|---|---|
| IArgumentConstraint |
A constraint on an invocation argument.
|
| IInteractionScope |
An interaction scope holds a group of interactions that will be verified,
and thereafter removed, at the same time.
|
| IInvocationConstraint | |
| IInvocationDispatcher | |
| IMockFactory | |
| IMockInteraction |
An anticipated interaction between the SUT and one or more mock objects.
|
| IMockInvocation |
A method invocation on a mock object.
|
| IMockObject | |
| IResultGenerator |
Generates return values for invocations on mock objects.
|
| Exception | Description |
|---|---|
| CannotCreateMockException |
Thrown when an attempt to create a mock object fails.
|
| Error | Description |
|---|---|
| InteractionNotSatisfiedError |
Base class for exceptions indicating that one or more interactions
have not been satisfied (i.e.
|
| TooFewInvocationsError |
Indicates that one or more required interactions have matched too few invocations.
|
| TooManyInvocationsError |
Indicates that a required interaction has matched too many invocations.
|
| WrongInvocationOrderError |
Thrown if an invocation on a mock object occurs too late.
|
Copyright © 2012. All rights reserved