/JavaUnitTestSample

Java unit test sample with junit4 and junit5

Primary LanguageJavaMIT LicenseMIT

JavaUnitTestSample

Java unit test sample with junit4 and junit5.

Usage

cd src
mvn test

then:

cd src/demo-test/target/site/jacoco-aggregate

open index.html

you will see the aggregate report per module:

image-20221222092258644