System.SetupFixture.OneTimeTearDown C# (CSharp) Method

OneTimeTearDown() private method

private OneTimeTearDown ( ) : void
return void
        public void OneTimeTearDown()
        {
            // TODO: Add code here that is run after
            //  all tests in the assembly have been run
        }
    }