This wizard helps you create a new JPdfUnit TestCase class.
Select (File > New > Other... > Java > JUnit > JPdfUnit TestCase)

| 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 has been started. |
| Package | Enter a package to contain the new class. You can select either this option or the Enclosing Type option, below. 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. |
| Inherit from DocumentTestCase (Superclass = DocumentTestCase) | The new class inherit from class DocumentTestCase. Don't need a DocumentTester instance. | disabled |
| Name | Type a name for the new test class. | <blank> |
| Superclass | Type or click Browse to select a superclass for this class. | The type (not the compilation unit!) that was selected when the wizard has been started or <java.lang.Object> |
| Which method stubs would you like to create? |
Choose the method stubs to create in this class:
|
setUp() and tearDown() enabled |
| Document | The Pdf-Document. Enter a valid path or click Browse to select a Pdf-Document via a dialog. | <blank> |

| Option | Description | Default |
|---|---|---|
| Available Methods | Select the methods you want to create. | Disabled |
| Create final methods | Choose Create final methods to create final test methods. | Disabled |
| Create tasks for generated methods | Choose Create tasks for generated methods to create tasks (like: // TODO Auto-generated method stub). | Disabled |