org.hamcrest.MatcherAssert.See: Description
| Class | Description |
|---|---|
| ExceptionMatcher |
A Matcher that matches if a procedure throws an expected exception.
|
| InstantiationNotAllowedMatcher |
A Matcher that checks that instantiation is not allowed for a given class, which is
particularly useful for utility classes, for example.
|
| StringMatcher |
A Matcher that evaluates the content of a string of characters against one or more
substrings.
|
org.hamcrest.MatcherAssert.Copyright © 2020. All rights reserved.