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

OnBeforeTearDown() protected method

protected OnBeforeTearDown ( string testName ) : void
testName string
return void
        protected override void OnBeforeTearDown(string testName)
        {
            if (testName != "DropReferencedTable")
                base.OnBeforeTearDown(testName);
        }