Class | Description |
---|---|
AlwaysMatcher<E> |
Matches any node.
|
EqualityMatcher<E> |
Matches nodes with the element equal to the value passed to it.
|
EqualsToMatcher<E> |
Matches nodes with an element equal to some value according to a comparator not the equals method.
|
GreaterThanMatcher<E> |
Matches nodes with an element greater than some value.
|
IdentityMatcher<E> |
Matches nodes to the same element passed to it.
|
LessThanMatcher<E> |
Matches nodes with an element less than some value.
|
NeverMatcher<E> |
Matches no nodes.
|
TypeMatcher |
Matches the class of the node element.
|
Copyright © 2014–2016. All rights reserved.