コード例 #1
0
ファイル: DatasetStoreTests.cs プロジェクト: navabpourn/Core
        /// It is called once after executing all the tests in a fixture.
        /// Multiple methods can be marked. Order is not preserved.
        /// Inheritance is supported, call sequence form the children
        /// Executes only if: counterpart OneTimeSetUp exists and executed successfully.
        public void OneTimeTearDown()
        {
            var dsHelper = new DatasetHelper();

            dsHelper.PurgeAllDatasets();
            dsHelper.PurgeAllDataStructures();
            dsHelper.PurgeAllResearchPlans();
            helper.Dispose();
        }
コード例 #2
0
ファイル: PartyManagerTests.cs プロジェクト: navabpourn/Core
 public void OneTimeTearDown()
 {
     helper.Dispose();
 }
コード例 #3
0
 

        [OneTimeTearDown] 
 public void OneTimeTearDown() 

 {
     
 helper.Dispose(); 

 }