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

OnBeforeTearDown() protected method

protected OnBeforeTearDown ( string testName ) : void
testName string
return void
        protected override void OnBeforeTearDown(string testName)
        {
            AdminQuery.Access().DropObject(DbObjectType.Variable, new ObjectName("a"));
            base.OnBeforeTearDown(testName);
        }