See: Description
| Class | Description |
|---|---|
| ApplicationExceptionCodeMatcher<T extends ApplicationException> |
Matcher to test for
ApplicationException.getExitCode(). |
| BaseIsCloseTo<T extends Number> |
Common base class for matchers with matches numbers with a given error.
|
| CommonsTestingMatchers |
Factory for custom Hamcrest matchers.
|
| HasMessage |
Does have a
Throwable a message, which matches something. |
| IntegerIsCloseTo |
Is the value a number equal to a value within some range of acceptable error?
|
| IsCloseTo | Deprecated
Use
CommonsTestingMatchers.closeTo(long, long) instead |
| LongIsCloseTo |
Matches a long value with some data.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.