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

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