Changes between Version 12 and Version 13 of UNPLANNED_UNIT_TEST_FIX_R0


Ignore:
Timestamp:
04/28/09 16:38:22 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_UNIT_TEST_FIX_R0

    v12 v13  
    3333 * While refactoring tests, look for the following things: 
    3434  * Each test must have setUp() and tearDown methods, containing at least super.setUp() and super.tearDown(). 
    35   * Tests should UnitTestBase or IntegrationTestBase 
     35  * Tests should be UnitTestBase or IntegrationTestBase 
    3636  * All resources needed for tests should be placed in the /src/test/resources folder of the module where the test is in 
    3737  * Remove testing of obvious things