Ejemplo n.º 1
0
        public void GblChac_Execute_1()
        {
            GblContext context = new GblContext();
            GblChac    chac    = new GblChac();

            chac.Execute(context);
        }
Ejemplo n.º 2
0
        public void GblChac_Verify_1()
        {
            GblChac chac = new GblChac();

            Assert.IsTrue(chac.Verify(false));
        }
Ejemplo n.º 3
0
 public void GblChac_Construction_1()
 {
     GblChac chac = new GblChac();
 }