示例#1
0
        public void PutEmailDomainsDomainnameRoutesRouteIdTest()
        {
            // TODO: add unit test for the method 'PutEmailDomainsDomainnameRoutesRouteId'
            string       domainName = null; // TODO: replace null with proper value
            string       routeId    = null; // TODO: replace null with proper value
            InboundRoute body       = null; // TODO: replace null with proper value
            var          response   = instance.PutEmailDomainsDomainnameRoutesRouteId(domainName, routeId, body);

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