| Class | Description |
|---|---|
| BothMatcher |
Matcher that is successful if both matchers are successful
|
| EitherMatcher |
Matcher that is successful if at least one of the matchers is successful
|
| EqualToMatcher |
Matcher that checks if an expression is equal to a value
|
| NotMatcher |
Matcher that checks if another matchers is not successful
|
| NotNullValueMatcher |
Matcher that checks if an expression is not null
|
| NullValueMatcher |
Matcher that checks if an expression is null
|
| WithEncodingMatcher |
Matcher that checks if an expression has a given encoding
|
| WithMediaTypeMatcher |
Matcher that checks if an expression has a given media type
|
Copyright © 2017. All rights reserved.