| Class | Description |
|---|---|
| AnyArgumentMatcher |
A matcher for checking whether an argument value is of a certain type.
|
| DefaultArgumentMatcher |
A matcher for checking whether an argument equals a given value.
|
| EqualsArgumentMatcher |
A matcher for checking whether an argument equals a given value.
|
| LenEqArgumentMatcher |
A matcher for checking whether an argument equals a given value.
|
| NotNullArgumentMatcher |
A matcher that will check whether an argument is not null.
|
| NullArgumentMatcher |
A matcher that will check whether an argument is null.
|
| RefEqArgumentMatcher |
A matcher for checking whether an argument equals a given value.
|
| SameArgumentMatcher |
A matcher that will check whether an argument is the same instance (object identical) as the given value.
|
Copyright © 2016. All Rights Reserved.