Changes between Version 5 and Version 6 of PLATFORM_STANDARDS_AUTO_TESTS


Ignore:
Timestamp:
01/26/09 21:14:18 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_AUTO_TESTS

    v5 v6  
    5858 * The new class is generated. Don't forget to write more informative Javadoc and actually fill in the test methods. 
    5959 * 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. 
    6064 
    6165For further reading on unit testing, see:[[BR]]