Ejemplo n.º 1
0
        public void PostWrapupcodesTest()
        {
            // TODO: add unit test for the method 'PostWrapupcodes'
            WrapupCode body     = null; // TODO: replace null with proper value
            var        response = instance.PostWrapupcodes(body);

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