| ResourceChildrenMatcher |
A matcher which matches if the given resource has at least the child resources with the names given in the constructor.
|
| ResourceCollectionPathMatcher |
Ensures a collection of resources has exactly the given list of paths in the given order.
|
| ResourceIteratorPathMatcher |
Ensures an iterator of resources has exactly the given list of paths in the given order.
|
| ResourceNameMatcher |
Matcher which matches whenever the name of the given resource is equal to the name given in the constructor.
|
| ResourcePathMatcher |
Matcher which matches whenever the path of the given resource is equal to the path given in the constructor.
|
| ResourcePropertiesMatcher |
|
| ResourceTypeMatcher |
Matcher which matches whenever the type of the given resource is equal to the type in the constructor (optionally allowing also sub types).
|