This framework makes beautiful console output for JUnit tests
This class can be used for all tests that are going to intercept what will be displayed in the method under test
Serves for marking test classes. All test classes should be annotated with this annotation to work with Testing Framework
Provides all available test containers
Launches test containers
- run test scope
- see the report:
- or in IDEA:
Ctrl + Alt + 6
—> there chosetarget/jacoco.exec
- or in your favorite browser: open
target/site/jacoco/index.html
- or in IDEA: