Netbeans Profile JUnit 4 problem
- by Krishna K
I have a unit test that takes 200 sec to run. I am trying to use NetBeans profiler to speed it up. But the profiler doesn't run the unit test. It just creates an object of the test and exits. Doesn't run the actual test methods or @Before / @After methods.
This is a maven project with surefire and junit 4.
And partial output is below.
…