| Class | Description |
|---|---|
| AllItemsMatch<T> |
All items in a collection matches the given matcher.
|
| DistinctFrom<T> |
Matcher to check that two sets does not have any common elements.
|
| EqualIgnoreIndent |
Equality matcher that ignores line indent.
|
| EqualToLines |
Equality matcher that that ignores changes in line separators, and shows
a line by line diff on mismatch.
|
| InRange<T extends Number> |
Numeric Value range matcher.
|
Copyright © 2017. All rights reserved.