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 163168 - "Goto Test (ctrl+shift+T)" should offer to create test file if missing
Summary: "Goto Test (ctrl+shift+T)" should offer to create test file if missing
Status: RESOLVED FIXED
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: 2009-04-21 01:06 UTC by richo
Modified: 2015-02-25 14:15 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 richo 2009-04-21 01:06:13 UTC
"Goto Test (ctrl+shift+T)" should offer to create test file if missing. Currently it just reports that "Opposite file
not found". It should offer to create the file using a predefined template (passing in the class name of the class to be
tested). 

Optionally it could offer to run a predefined generator (although this should be configurable). Or perhaps just launch
the generator dialog with the relevant class info passed in. (again making the desired generator configurable somewhere).