Changes between Version 2 and Version 3 of TestCaseDerived
- Timestamp:
- 01/11/07 19:04:29 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestCaseDerived
v2 v3 1 We do some changes in test-cases for conformingto !NUnit rules:1 We do some changes in test-cases in order to conform to !NUnit rules: 2 2 3 3 * Adding [!NUnit.Framework.!TestFixture] to test classes 4 4 * Adding [!NUnit.Framework.Test] to test methods 5 * Adding [!NUnit.Framework. SetUp] and [NUnit.Framework.!TearDown] to setUp and tearDown methods5 * Adding [!NUnit.Framework.!SetUp] and [!NUnit.Framework.!TearDown] to setUp and tearDown methods 6 6 * Removing parametered constructors in test class 7 7
