ratcashdev opened a new pull request, #3995: URL: https://github.com/apache/netbeans/pull/3995
Adds support for nested Junit5 test classes (`@Nested`) for the following operations: 1. [MAVEN] Navigate from the Test results to a method inside a nested class - for Gradle this has already been fixed in the past. 2. [MAVEN | GRADLE] Execute a single test method from a nested test class 3. [MAVEN] Distinguish method names inside embedded classes with their enclosing type 4. [MAVEN] Test file action now executes all test methods, including those in the embedded classes Implements most of https://github.com/apache/netbeans/issues/3975. IMO, the outstanding item is GRADLE Test Results showing all the test methods in the UI. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
