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 235745 - Display test method that is currently tested
Summary: Display test method that is currently tested
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-10 13:05 UTC by tomzi
Modified: 2013-09-10 13:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2013-09-10 13:05:25 UTC
Currently it is that when you run a test in the 'Test Results' it only says
'Running...'

If several tests are running for a longer period you can not see which test is currently running (not even in the Output window).

Expected:
It would be better to first display the the Class and method that is currently being run and then display 'Running...'
MyTest
   + mytestmethod (success)
   + mytestmethod1 (failed)
   + mytestmethod2 (ignored)
   + mytestmethod3 (running ...)
   + mytestmethod4 (queued)
   + mytestmethod4 (queued)

Product Version = NetBeans IDE 7.4 Beta (Build 201307092200)
Operating System = Linux version 3.8.0-30-generic running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01