コード例 #1
0
        public void PostEmailDomainsTest()
        {
            // TODO: add unit test for the method 'PostEmailDomains'
            InboundDomain body     = null; // TODO: replace null with proper value
            var           response = instance.PostEmailDomains(body);

            Assert.IsInstanceOf <InboundDomain> (response, "response is InboundDomain");
        }
コード例 #2
0
 public void Init()
 {
     instance = new InboundDomain();
 }