A collection of utility classes useful for unit and integration testing.
____ ____ _____ ____ _ _
/ ___|| _ \_ _| | _ \ _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_
\___ \| |_) || | | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __|
___) | __/ | | | |_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_
|____/|_| |_| |____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__|
|_|
testing ------------------------------------------------------------------------
This project provides re-usable components and helper classes to be used for integration and unit tests to perform the
following:
See Javadoc.
To build the project, run the following maven command:
$ ./mvnw clean install
To build a release and upload to Maven Central push to main
.