Esempio n. 1
0
        public void AuthorizationGetTest()
        {
            // TODO uncomment below to test the method and replace null with proper value

            string id = null;

            AuthorizationCreateTest();

            var response = instance.AuthorizationGetToken(id);

            Assert.IsInstanceOf <String>(response, "response is Authentication");
        }