JUnit Test Suite Pattern

The JUnit Test Suite Pattern allows you to create new JUnit Test Suites.

Option Description Default
Source folder Enter a source folder for the new class. Either type a valid source folder path or click Browse to select a source folder via a dialog. The source folder of the element that was selected when the wizard was started.
Package Enter a package to contain the new class. Either type a valid package name or click Browse to select a package via a dialog. The package of the element that was selected when the wizard has been started.
Test suite name Type a name for the new test suite class. <MyTestSuite>
Test suite label Type a label for this test suite <Test suite>
Class comment Enter the description of the test suite <blank>
public static void main() Determines whether a main() method is generated <false>
Add TestRunner statements Determines whether TestRunner statements are generated. Choices include "Text UI", "Swing UI" and "AWT UI". <false>

Option Description Default
Test classes to include in the suite Click Add to select the test case classes that should be included in the suite. <blank>