Ejemplo n.º 1
0
        public void GblAdd_Execute_1()
        {
            GblContext context = new GblContext();
            GblIf      gblIf   = new GblIf();

            gblIf.Execute(context);
        }
Ejemplo n.º 2
0
        public void GblIf_Verify_1()
        {
            GblIf gblIf = new GblIf();

            Assert.IsTrue(gblIf.Verify(false));
        }
Ejemplo n.º 3
0
 public void GblIf_Construction_1()
 {
     GblIf gblIf = new GblIf();
 }