public void WordsMockDataTest() { InitConfiguration(); var wordCtrl = new WordsController(_configuration, _logger); var outputResponse = wordCtrl.GetMock(); Assert.IsTrue(outputResponse.Count() == 2, "Expected rows not found"); }