Validating input parameters of methods and constructors is a recurring and stupid task, especially when you are
writing public APIs. This module tries to ease your life a bit by providing a static validateThat() method,
allowing you to throw IllegalArgumentExceptions using hamcrest matchers.
Version1.2compared with
Version Details
| 1.1 | 1.2 | |
|---|---|---|
| Release date | Mar 02, 2013 | Oct 18, 2024 |
| Licenses | BSD 3-clause | BSD 3-clause |
| Vulnerabilities | None | None |
Compile Changes (1)
| 1.1 | 1.2 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.hamcrest » hamcrest-core | [1.2,1.3) | [1.2,3.1) |
Test Changes (2)
| 1.1 | 1.2 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.junit.jupiter » junit-jupiter | - | 5.11.2 |
| - Removed | junit » junit | 4.11 | - |