CoView Preferences: Introduction
To open CoView Preferences
- 1. Click Windows > Preferences. The Preferences window is displayed.
- 2. Expand Codign and select CoView Developer .
- 3. Expand CoView Developer and select JUnit Test Case Creation.
- 4. Expand JUnit Test Case Creation and select JUnit 3.8 Test Case Creation.
Preference descriptions:
- Test Case Superclass (default: junit.framework.Testcase):Test case methods inherit attributes from the specified superclass. Other options include XMLUnit, DBUnit, etc.
- void tearDown() (default: unchecked):Adds tearDown() method.
- void setUp() (default: unchecked):Adds setUp() method.