Deveel.Data.OpenCursorTests.AssertNoErrors C# (CSharp) Method

AssertNoErrors() protected method

protected AssertNoErrors ( string testName ) : void
testName string
return void
        protected override void AssertNoErrors(string testName)
        {
            if (!testName.EndsWith("Violation"))
                base.AssertNoErrors(testName);
        }