HomeGo backGo forward

Unit testing

This is a feature of JBuilder Enterprise.

JBuilder integrates JUnit's unit testing framework into its environment. This means that you can create and run JUnit tests within the JBuilder IDE. In addition to JUnit's powerful unit testing features, JBuilder adds wizards for creating test cases, test suites, and test fixtures, and a test runner called JBTestRunner which combines both text and GUI elements in its output and integrates seamlessly into the JBuilder IDE.

JBuilder includes the following unit testing features:

Test runner

For more information, see:
Building Applications with JBuilder:  Unit testing
Building Applications with JBuilder:  Tutorial: Creating and running test cases and test suites
Building Applications with JBuilder:  Tutorial: Working with test fixtures

Go back Go forward