Ejemplo n.º 1
0
        public void UpdateMyAppDataTest()
        {
            string testResult = openSocialv9.UpdateMyAppData(userId, appId, "Test", "Update Test Application Data Value");

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