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