Ejemplo n.º 1
0
        public void PutUserIdCallforwardingTest()
        {
            // TODO: add unit test for the method 'PutUserIdCallforwarding'
            string         userId   = null; // TODO: replace null with proper value
            CallForwarding body     = null; // TODO: replace null with proper value
            var            response = instance.PutUserIdCallforwarding(userId, body);

            Assert.IsInstanceOf <CallForwarding> (response, "response is CallForwarding");
        }
 public void Init()
 {
     instance = new CallForwarding();
 }