zxyao145 / JavaUnitTestSample

Java unit test sample with junit4 and junit5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Java unit test sample with junit4 and junit5

License:MIT License


Languages

Language:Java 100.0%