コード例 #1
0
        public void SetExists_ByName()
        {
            string name = "Masters Edition II";

            bool actual = mtgStore.SetExists(name).Result;

            Assert.True(actual);
        }