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

Compile Changes (1)

1.1 1.2
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.hamcrest » hamcrest-core[1.2,1.3)[1.2,3.1)

Test Changes (2)

1.1 1.2
ChangeGroup / ArtifactPreviousCurrent
+ Added org.junit.jupiter » junit-jupiter-5.11.2
- Removed junit » junit4.11-