Changes between Version 12 and Version 13 of UNPLANNED_UNIT_TEST_FIX_R0
- Timestamp:
- 04/28/09 16:38:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UNPLANNED_UNIT_TEST_FIX_R0
v12 v13 33 33 * While refactoring tests, look for the following things: 34 34 * Each test must have setUp() and tearDown methods, containing at least super.setUp() and super.tearDown(). 35 * Tests should UnitTestBase or IntegrationTestBase35 * Tests should be UnitTestBase or IntegrationTestBase 36 36 * All resources needed for tests should be placed in the /src/test/resources folder of the module where the test is in 37 37 * Remove testing of obvious things