public void PostCallabletimesetsTest()
        {
            // TODO: add unit test for the method 'PostCallabletimesets'
            CallableTimeSet body     = null; // TODO: replace null with proper value
            var             response = instance.PostCallabletimesets(body);

            Assert.IsInstanceOf <CallableTimeSet> (response, "response is CallableTimeSet");
        }
        public void PutCallabletimesetsCallabletimesetIdTest()
        {
            // TODO: add unit test for the method 'PutCallabletimesetsCallabletimesetId'
            string          callableTimeSetId = null; // TODO: replace null with proper value
            CallableTimeSet body     = null;          // TODO: replace null with proper value
            var             response = instance.PutCallabletimesetsCallabletimesetId(callableTimeSetId, body);

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