vitsuchanek opened a new issue, #4089:
URL: https://github.com/apache/netbeans/issues/4089

   ### Apache NetBeans version
   
   Apache NetBeans latest daily build
   
   ### What happened
   
   I have a maven-based Java project. In test packages a have both unit and 
integration tests. Unit test classes have suffix "Test", integration test 
classes "IT". All test methods in both unit and integration test classes are 
annotated with @Test (that is using org.junit.Test).
   In prior versions of NetBeans (including NB 13) integration tests worked OK 
- both Run/Debug xxx method worked properly. In NB 14-rc3 (it's possible that 
also in NB 14-rc1) my integration tests are not started. Using Run/Debug xxx 
method just results in project compilation. Debug window is opened but 
inactive. Debugger console is also opened and stays active with content 
"Listening on 65406".
   If I rename my integration test class from suffix "IT" to "Test", Run/Debug 
xxx method works properly.
   
   ### How to reproduce
   
   I suppose it's enough to rename test class from having suffix "Test" to "IT".
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 13
   
   ### Operating System
   
   Windows 10 version 10.0 running on amd64; Cp1252; cs_CZ (nb)
   
   ### JDK
   
   17.0.3; Java HotSpot(TM) 64-Bit Server VM 17.0.3+8-LTS-111
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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

Reply via email to