Exemplo n.º 1
0
        public void GblDelr_Execute_1()
        {
            GblContext context = new GblContext();
            GblDelr    delr    = new GblDelr();

            delr.Execute(context);
        }
Exemplo n.º 2
0
        public void GblDelr_Verify_1()
        {
            GblDelr delr = new GblDelr();

            Assert.IsTrue(delr.Verify(false));
        }
Exemplo n.º 3
0
 public void GblDelr_Construction_1()
 {
     GblDelr delr = new GblDelr();
 }