CSMSL.Tests.Chemistry.PeriodicTableTestFixture.CleanUP C# (CSharp) 메소드

CleanUP() 개인적인 메소드

private CleanUP ( ) : void
리턴 void
        public void CleanUP()
        {
            // We need to restore the default table before each test, or other tests will fail
            PeriodicTable.RestoreDefaults();
        }