Exemple #1
0
        public void GblEmpty_Execute_1()
        {
            GblContext context = new GblContext();
            GblEmpty   empty   = new GblEmpty();

            empty.Execute(context);
        }
Exemple #2
0
        public void GblEmpty_Verify_1()
        {
            GblEmpty empty = new GblEmpty();

            Assert.IsTrue(empty.Verify(false));
        }
Exemple #3
0
 public void GblEmpty_Construction_1()
 {
     GblEmpty empty = new GblEmpty();
 }