Example #1
0
        public void GblDel_Execute_1()
        {
            GblContext context = new GblContext();
            GblDel     del     = new GblDel();

            del.Execute(context);
        }
Example #2
0
        public void GblDel_Verify_1()
        {
            GblDel del = new GblDel();

            Assert.IsTrue(del.Verify(false));
        }
Example #3
0
 public void GblDel_Construction_1()
 {
     GblDel del = new GblDel();
 }