Esempio n. 1
0
        public void GblCha_Execute_1()
        {
            GblContext context = new GblContext();
            GblCha     cha     = new GblCha();

            cha.Execute(context);
        }
Esempio n. 2
0
        public void GblCha_Verify_1()
        {
            GblCha cha = new GblCha();

            Assert.IsTrue(cha.Verify(false));
        }
Esempio n. 3
0
 public void GblCha_Construction_1()
 {
     GblCha cha = new GblCha();
 }