Exemplo n.º 1
0
        public void GblUndel_Execute_1()
        {
            GblContext context = new GblContext();
            GblUndel   undel   = new GblUndel();

            undel.Execute(context);
        }
Exemplo n.º 2
0
        public void GblUndel_Verify_1()
        {
            GblUndel undel = new GblUndel();

            Assert.IsTrue(undel.Verify(false));
        }
Exemplo n.º 3
0
 public void GblUndel_Construction_1()
 {
     GblUndel undel = new GblUndel();
 }