4394e828c1
* JAVA-32410: Update mockito-core to version 5.11.0 * Fix rollback mockito upgrade. * wip * WIP: Update jee-7 wildfly versions * WIP: Fix jersey tests * WIP: rollback powermock module * wip: fix test in spring-data-dynamodb * wip: fix test in spring-security-legacy-oidc * wip: rollback quarkus * wip: fix greeter-spring-boot-autoconfigure * JAVA-33535: Fix spring-core module integration test JAVA-33535: rollback junit-5 module mockito version. * Fix byte-buddy * Fix log4j dependency in apache-poi |
||
---|---|---|
.. | ||
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