System.SetupFixture.OneTimeTearDown C# (CSharp) 메소드

OneTimeTearDown() 개인적인 메소드

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