This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243452

Summary: Test Results window does not show test pass/fail/skip progress while tests are running
Product: utilities Reporter: mindjoy
Component: Test RunnerAssignee: Theofanis Oikonomou <theofanis>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description mindjoy 2014-04-01 14:02:09 UTC
This used to work a few releases back (7.3?). Also, if multiple test classes are running, the Test Results window only shows the latest one started without clear identification such as class name. Instead it shows ...jar...
Comment 1 Theofanis Oikonomou 2014-05-23 14:02:57 UTC
1) ant/maven project?
2) junit/testng tests?
etc
Please reopen giving more info. Thank you
Comment 2 mindjoy 2014-05-23 14:58:11 UTC
Maven project
Using jUnit

However, I would like it to work consistently for Ant and TestNG as well.
Comment 3 Theofanis Oikonomou 2014-05-23 15:13:29 UTC
(In reply to mindjoy from comment #2)
> Maven project
> Using jUnit
> 
> However, I would like it to work consistently for Ant and TestNG as well.

well even in 7.3 the behaviour was that the results from each test class were presented when all the tests in the test class had finished. We do try to make ant/maven to work equivalently but this cannot be achieved in all aspects. Closing this one. Thank you for reporting.