Deveel.Data.CommitTests.OnTearDown C# (CSharp) Method

OnTearDown() protected method

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
return bool
        protected override bool OnTearDown(string testName, IQuery query)
        {
            if (testName.EndsWith("Violation"))
                DropTables(query);

            return true;
        }