Ejemplo n.º 1
0
        public void GetMyAppDataTest()
        {
            string testResult = openSocialv9.GetMyAppData(userId, appId);

            Assert.AreNotEqual(0, testResult.Length);
        }