Ejemplo n.º 1
0
        public void GetEmailSetupTest()
        {
            // TODO: add unit test for the method 'GetEmailSetup'
            var response = instance.GetEmailSetup();

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