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

OnBeforeTearDown() protected method

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