Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 19696

Summary: [JUnit] (post 2.0) Support iterative method+testmethod development
Product: [Eclipse Project] JDT Reporter: Eric Nickell <nickell>
Component: UIAssignee: Erich Gamma <erich_gamma>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Eric Nickell CLA 2002-06-07 19:08:46 EDT
Provide a wizard which compares methods in class Foo with corresponding
testMethods in class FooTest.

Identifies methods in Foo (preferably only public methods which don't override a
superclass' method) for which there is no test in FooTest.

Provides checkboxes of the methods above, and on "OK" generates testMethod stubs
in FooTest.

(Alternative pipe dream: A JUnit perspective which monitors constraints
established for a project, warns of deviations from those constraints, and
provides wizards to help bring things back into line.  Example constraint: Every
public method in com.mycom.* must have a corresponding test method in test.mycom.*)
Comment 1 Eric Nickell CLA 2002-06-07 19:14:37 EDT
double commit; removing

*** This bug has been marked as a duplicate of 19695 ***