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

            Attachment a = new Attachment();

            Assert.IsTrue(a.BigAttachment(Path));
        }
예제 #2
0
        public void CheckingForBigAttachment()
        {
            Attachment a = new Attachment();

            Assert.IsTrue(a.BigAttachment());
        }