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

Summary: "Goto Test (ctrl+shift+T)" should offer to create test file if missing
Product: ruby Reporter: richo <richo>
Component: TestingAssignee: issues@ruby <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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).