Beispiel #1
0
        public void GblRepeat_Execute_1()
        {
            GblContext context = new GblContext();
            GblRepeat  repeat  = new GblRepeat();

            repeat.Execute(context);
        }
Beispiel #2
0
        public void GblRepeat_Verify_1()
        {
            GblRepeat repeat = new GblRepeat();

            Assert.IsTrue(repeat.Verify(false));
        }
Beispiel #3
0
 public void GblRepeat_Construction_1()
 {
     GblRepeat repeat = new GblRepeat();
 }