JUnit is an open source regression testing framework for Java. Use JUnit to
write and run tests that verify Java code. For detailed information about JUnit,
visit the JUnit website, http://www.junit.org/index.htm.
JUnit is an optional feature that can be installed and integrated with JDeveloper.
Use JDeveloper's JUnit wizards to create test fixtures, cases, and suites. In addition to wizards for creating test components for generic projects, specialized wizards for business components projects are provided.
The following topics describe unit test development in JDeveloper: