Deveel.Data.LoopTests.OnAfterSetup C# (CSharp) Method

OnAfterSetup() protected method

protected OnAfterSetup ( string testName ) : void
testName string
return void
        protected override void OnAfterSetup(string testName)
        {
            if (testName == "SimpleCursorForLoop")
                CreateTestTable();

            base.OnAfterSetup(testName);
        }