Changes between Version 2 and Version 3 of TestCaseDerived

Show
Ignore:
Author:
edrishn (IP: 207.7.108.244)
Timestamp:
01/11/07 19:04:29 (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseDerived

    v2 v3  
    1 We do some changes in test-cases for conforming to !NUnit rules: 
     1We do some changes in test-cases in order to conform to !NUnit rules: 
    22 
    33 * Adding [!NUnit.Framework.!TestFixture] to test classes 
    44 * Adding [!NUnit.Framework.Test] to test methods 
    5  * Adding [!NUnit.Framework.SetUp] and [NUnit.Framework.!TearDown] to setUp and tearDown methods 
     5 * Adding [!NUnit.Framework.!SetUp] and [!NUnit.Framework.!TearDown] to setUp and tearDown methods 
    66 * Removing parametered constructors in test class 
    77