JUnit Test Generation Features of EclipsePro Test
EclipsePro Test includes a timesaving facility that automates the creation of comprehensive JUnit regression test cases.
Given an input class, the tool creates a corresponding test class complete with multiple test methods for each input class method. The tool analyzes each method and input argument with the goal of generating test cases that exercise each line of code. For full documentation of features that generate JUnit tests, see that section of the product documentation » Also useful: The EclipsePro Code Coverage facility can provide feedback on how good your test cases are. |
The JUnit Test Case Outline view |
