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 143510 - "Ruby Test Results" - expand test classes and run tests selectively
Summary: "Ruby Test Results" - expand test classes and run tests selectively
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 17:45 UTC by fx3000se
Modified: 2011-01-28 20:12 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 fx3000se 2008-08-11 17:45:04 UTC
In the "Ruby Test Results" view it would be nice if
a) I could expand the nodes and see the test methods
b) selectively run tests (methods/class or selection of) from within the view
Comment 1 Erno Mononen 2008-08-11 18:52:36 UTC
I think a) is possible even now since individual test methods are represented as nodes under class nodes in the view, 
or do you mean something else?

b) is a nice idea, somewhat related to issue 136422 

Thanks for the suggestions!
Comment 2 Erno Mononen 2008-10-21 17:06:58 UTC
Just an update on this: otherwise implemented, but selecting multiple tests / suites for rerunning is not possible yet.