public void Test_GetMonster() { var data = new EfData(); var actual = data.GetMonsters(); Assert.NotNull(actual); }