a66251654d
* [TASK-20625] Upgraded testing-modules to jdk9-and-above profile * [TASK-20625] Fixed failing modules * [TASK-20625] Removed ninja submodule from build * Update pom.xml --------- Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Relevant Articles:
- A Guide to JUnit 5 Extensions
- Inject Parameters into JUnit Jupiter Unit Tests
- The Order of Tests in JUnit
- Running JUnit Tests Programmatically, from a Java Application
- Testing an Abstract Class With JUnit
- Guide to Dynamic Tests in Junit 5
- Determine the Execution Time of JUnit Tests
- @BeforeAll and @AfterAll in Non-Static Methods
- The java.lang.NoClassDefFoundError in JUnit
- assertAll() vs Multiple Assertions in JUnit5