Exemplo n.º 1
0
        public void GblRepeat_Execute_1()
        {
            GblContext context = new GblContext();
            GblRepeat  repeat  = new GblRepeat();

            repeat.Execute(context);
        }
Exemplo n.º 2
0
        public void GblRepeat_Verify_1()
        {
            GblRepeat repeat = new GblRepeat();

            Assert.IsTrue(repeat.Verify(false));
        }
Exemplo n.º 3
0
 public void GblRepeat_Construction_1()
 {
     GblRepeat repeat = new GblRepeat();
 }