Beispiel #1
0
        public void GblPutLog_Execute_1()
        {
            GblContext context = new GblContext();
            GblPutLog  putLog  = new GblPutLog();

            putLog.Execute(context);
        }
Beispiel #2
0
        public void GblPutLog_Verify_1()
        {
            GblPutLog putLog = new GblPutLog();

            Assert.IsTrue(putLog.Verify(false));
        }
Beispiel #3
0
 public void GblPutLog_Construction_1()
 {
     GblPutLog putLog = new GblPutLog();
 }