From: SourceForge.net <no...@so...> - 2003-02-09 06:43:29
|
Feature Requests item #683291, was opened at 2003-02-09 00:50 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=683291&group_id=44253 Category: Other Group: Medium (< 1 pair-month) Status: Open Priority: 5 Submitted By: Peter Centgraf (centgraf) Assigned to: Nobody/Anonymous (nobody) Summary: Infer Tests From Documents Initial Comment: Story: A user is editing a class named e.g. "MyClass". After making a change to the file, he wishes to verify his code with a pre-existing JUnit test case, which is not currently open for editing. When he hits the "Test" button on the toolbar, DrJava searches the classpath for a class named "MyClassTest" and executes it using the built-in JUnit support, displaying progress and results in the JUnit tab. Note: Ideally the inference algorithm would properly locate test cases which are inner classes of the current class, if any exist, and also run them as tests. This might require batching the test cases a la the "Test All" command mentioned in a previous feature request. Like that request, this one was suggested by Dr. Cartwright. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=683291&group_id=44253 |