Tools that make every developer
a quality expert
 

Ready for Rational (IBM)Eclipse Ready

Features of EclipsePro Test

Code Coverage »

JUnit Test Generation

JUnit Test Editor »

 

 

 

 

JUnit Test Generation Features of EclipsePro Test

EclipsePro Test includes a timesaving facility that automates the creation of comprehensive JUnit regression test cases.

  • Generate High-Quality JUnit Regression Tests
  • Support for Design by Contract Tags
  • Support for Factory Classes
  • Automatic Test Suite Generation
  • Update Tests as Base Code Changes
  • Test Case Outline View

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.

 


Screen shot

The JUnit Test Case Outline view
groups each of the test methods
based on the target method
that is being tested.