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