BendTests.A00_BsonHelperTests.TestSetup C# (CSharp) Method

TestSetup() private method

private TestSetup ( ) : void
return void
        public void TestSetup()
        {
            System.GC.Collect(); // cause full collection to try and dispose/free filehandles
        }