예제 #1
0
        public void TestGetFieldValueException()
        {
            var cm = new CharacterMaster();

            Assert.Throws <Exception>(() => cm.GetFieldValue <Inventory>("inventory"));
        }