Re: Debug Tomcat unit tests

2020-05-15 Thread Mark Thomas
On 15/05/2020 15:54, Nicolò Boschi wrote: > Hi all,  > > Currently I can't figure out how to do the following things: - Run single test instead of a entire suite The same way you'd run any single JUnit test in your IDE of choice. - Debug tests with breakpoints The same way you'd debug any JUnit

Debug Tomcat unit tests

2020-05-15 Thread Nicolò Boschi
Hi all, Currently I can't figure out how to do the following things:- Run single test instead of a entire suite- Debug tests with breakpoints I'm not familiar with Ant (I come from Maven) and I'm using Netbeans for development (my wish would be click "Debug test file" directly from Netbeans) Any s