| Package | Description |
|---|---|
| net.obvj.junit.utils.matchers |
Provides matchers in general, for usage with
org.hamcrest.MatcherAssert. |
| Class and 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.
|
| 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.
|
Copyright © 2022. All rights reserved.