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 147483 - Be able run single tesst method from test fixture
Summary: Be able run single tesst method from test fixture
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 13:47 UTC by yurykor
Modified: 2009-02-19 23:01 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 yurykor 2008-09-17 13:47:13 UTC
I don't need to run all tests in my testcase. I my test cycle (almost) I need to be able to run only one test method
from test fixture.
Comment 1 Erno Mononen 2008-10-21 16:56:49 UTC
Hi, you can run a single test method by using the Ctrl-Alt-F6 shortcut (when the caret is within the method you want to 
run). Respectively, Alt-Shift-F5 allows you to debug a single test method. You can change the shortcuts in Options -> 
Keymap -> Other. Is that what you were looking for?
Comment 2 Erno Mononen 2008-11-21 07:39:37 UTC
I'm closing this as per the previous comment, in addition to that you can also run/debug a single test method by right-
clicking the respective node in the Ruby Test Results window (this is only in dev builds (see http://wiki.netbeans.org/
RubyInstallation#section-RubyInstallation-HowDoIGetTheContinuousBuilds for instructions how to get them).