org.hamcrest.MatcherAssert.See: Description
| Class | Description |
|---|---|
| AdvancedMatchers |
A class that groups all Matchers provided by junit-utils, so that they can be accessed
with a single static import declaration.
|
| 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.
|
| IsNegativeMatcher |
A matcher that matches if a
Number is negative. |
| IsPositiveMatcher |
A matcher that matches if a
Number is positive. |
| StringMatcher |
A Matcher that evaluates the content of a string of characters against one or more
substrings.
|
| Exception | Description |
|---|---|
| MyCustomException |
org.hamcrest.MatcherAssert.Copyright © 2024. All rights reserved.