Deveel.Data.DropProcedureTests.NotExisting_IfExistsClause C# (CSharp) Method

NotExisting_IfExistsClause() private method

private NotExisting_IfExistsClause ( ) : void
return void
        public void NotExisting_IfExistsClause()
        {
            var procName = ObjectName.Parse("APP.proc2");

            Assert.DoesNotThrow(() => AdminQuery.DropProcedure(procName, true));
        }