BaconBuilder.FileHandlerTest.TearDown C# (CSharp) Method

TearDown() private method

private TearDown ( ) : void
return void
        public void TearDown()
        {
            System.IO.File.Delete(testDir + "satisfaction.txt");
            _handler = null;
            _info = null;
        }