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

            Attachment a = new Attachment();

            Assert.IsTrue(a.BigAttachment(Path));
        }
Ejemplo n.º 2
0
        public void CheckingForBigAttachment()
        {
            Attachment a = new Attachment();

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