コード例 #1
0
        public void TheGamesDB_GetPlatformsListCall()
        {
            GetPlatformsList list = gamesDBList.MakeWebCall <GetPlatformsList>();

            Assert.IsFalse(list.Platforms.Length <= 0);
        }
コード例 #2
0
        public void TheGamesDB_GetPlatformsListDeserialize()
        {
            GetPlatformsList list = gamesDBList.DeserializeOnly <GetPlatformsList>(Properties.Resources.Interfaces_TheGamesDB_GetPlatformList);

            Assert.IsTrue(list.Platforms.Length > 0);
        }