Example #1
0
        public void Start()
        {
            var it     = new InitializeTask();
            var result = it.Start();

            Assert.IsTrue(result);
        }
 public void Start()
 {
     var it = new InitializeTask();
     var result = it.Start();
     Assert.IsTrue(result);
 }