olamy commented on code in PR #3332: URL: https://github.com/apache/maven-surefire/pull/3332#discussion_r3004633444
########## maven-surefire-plugin/src/site/apt/developing.apt.vm: ########## @@ -127,11 +127,9 @@ ForkedBooter#main * Common Provider Modules - The <<<surefire-providers>>> module contains <<<common-junitXX>>> modules. These modules - depend on the <<<XX>>> version of JUnit and can access the JUnit APIs at the correct - JUnit version level. Unit tests can also be written that will run with the - correct JUnit version. At build time, all of the relevant parts of these "common" - modules are just shaded into the provider jar files. + The <<<surefire-providers>>> module contains the <<<common-java5>>> module and the + unified <<<surefire-junit-platform>>> provider. Since 3.6.0, all test frameworks + (JUnit 4.12+, JUnit 5, TestNG 6.14.3+) are executed via the JUnit Platform provider. Review Comment: fixed bee6ce4c07709a5a86c585f7653f49c82878bd98 ########## maven-surefire-plugin/src/site/markdown/architecture.md: ########## @@ -30,7 +30,7 @@ Apache Maven Surefire is the test execution framework for Maven. It ships three | **maven-failsafe-plugin** | Runs integration tests during `integration-test` / `verify` phases | | **maven-surefire-report-plugin** | Generates HTML test reports from XML results | -Surefire supports JUnit 3, JUnit 4, JUnit 5 (Jupiter), TestNG, and plain POJO tests. <br/> +Surefire supports JUnit 4 (4.12+), JUnit 5 (Jupiter), and TestNG (6.14.3+). <br/> Review Comment: fixed bee6ce4c07709a5a86c585f7653f49c82878bd98 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
