Exemple #1
0
        public void GetEmailDomainsDomainnameRoutesTest()
        {
            // TODO: add unit test for the method 'GetEmailDomainsDomainnameRoutes'
            string domainName = null; // TODO: replace null with proper value
            var    response   = instance.GetEmailDomainsDomainnameRoutes(domainName);

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