Exemple #1
0
        public void GblUndor_Execute_1()
        {
            GblContext context = new GblContext();
            GblUndor   undor   = new GblUndor();

            undor.Execute(context);
        }
Exemple #2
0
        public void GblUndor_Verify_1()
        {
            GblUndor undor = new GblUndor();

            Assert.IsTrue(undor.Verify(false));
        }
Exemple #3
0
 public void GblUndor_Construction_1()
 {
     GblUndor undor = new GblUndor();
 }