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 - Test Results window does not show test pass/fail/skip progress while tests are running
Summary: Test Results window does not show test pass/fail/skip progress while tests ar...
Status: RESOLVED INVALID
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 14:02 UTC by mindjoy
Modified: 2014-05-23 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.