test-pojo is a lightweight Java testing library that automatically validates your Plain Old Java Objects (POJOs). It uses reflection and the Instancio library to thoroughly test all public methods, getters, setters, equals(), hashCode(), toString(), and constructors with minimal boilerplate code.