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 219666 - Running/Debugging a selected method in an abstract test class should run the method
Summary: Running/Debugging a selected method in an abstract test class should run the ...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-07 15:54 UTC by mjr_1974
Modified: 2012-10-08 09:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (76.09 KB, text/plain)
2012-10-07 15:54 UTC, mjr_1974
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjr_1974 2012-10-07 15:54:29 UTC
Product Version = NetBeans IDE 7.3 Beta (Build 201210011125)
Operating System = Linux version 3.5.0-7-generic running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01

I think it should follow this logic:

1 - If a single test class was run, then the test should be run against that file.
2 - If the test failed in more than 1 class, then the method should run for all the classes that extend the test.
3 - If no previous test run was made, a dialog should appear to allow the user to check in which class(es) the method should be run, with an option to run it in all of them
Comment 1 mjr_1974 2012-10-07 15:54:34 UTC
Created attachment 125537 [details]
IDE log