public void Test_UpdateMonsterType() { var data = new AdoData(); var actual = data.UpdateMonsterType(monsterType); Assert.True(actual); }