示例#1
0
        public void CheckingForForward()
        {
            string Path = TestContext.CurrentContext.TestDirectory + "\\" + ConfigurationManager.AppSettings["bigAttachName"];

            Forward f = new Forward();

            Assert.IsTrue(f.ForwardMailToAnotherUser(Path));
        }
示例#2
0
        public void CheckingForForward()
        {
            Forward f = new Forward();

            Assert.IsTrue(f.ForwardMailToAnotherUser());
        }