mbien commented on issue #7710:
URL: https://github.com/apache/netbeans/issues/7710#issuecomment-2319358308
you are saying if you run this, the window will say no tests executed? Can
you try to reproduce this in a new project?
```java
import org.junit.jupiter.api.Test;
public class Mavenproject1Test {
@Test
public void test1() {
}
@Test
public void test2() {
}
}
```
its working for me. Tested with junit.jupiter 5.11.0.
--
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