示例#1
0
        public void WordsMockDataTest()
        {
            InitConfiguration();
            var wordCtrl       = new WordsController(_configuration, _logger);
            var outputResponse = wordCtrl.GetMock();

            Assert.IsTrue(outputResponse.Count() == 2, "Expected rows not found");
        }