Deveel.Data.RollbackTests.OnBeforeTearDown C# (CSharp) Method

OnBeforeTearDown() protected method

protected OnBeforeTearDown ( string testName ) : void
testName string
return void
        protected override void OnBeforeTearDown(string testName)
        {
            if (testQuery != null)
                testQuery.Dispose();

            base.OnBeforeTearDown(testName);
        }