コード例 #1
0
        public void Start()
        {
            var  controller = new StartController(unitOfWork);
            bool condition  = !string.IsNullOrEmpty(controller.TextLauncher());

            Assert.IsTrue(condition);
        }