Changes between Version 5 and Version 6 of PLATFORM_STANDARDS_AUTO_TESTS
- Timestamp:
- 01/26/09 21:14:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_AUTO_TESTS
v5 v6 58 58 * The new class is generated. Don't forget to write more informative Javadoc and actually fill in the test methods. 59 59 * Change your class to extend UnitTestBase and feel free to add more test methods. 60 * NOTE: Asserttions must be enabled. To do that you may need to execute these steps: 61 * Go to '''Window''' -> '''Preferences''' -> '''Java''' 62 * In the JUnit subcategory make sure ''Enable assertions for new JUnit launch configurations'' is checked. 63 * In the Installed JREs subcategory select the JRE you are using and add a -ea switch to the VM arguments. 60 64 61 65 For further reading on unit testing, see:[[BR]]