Esempio n. 1
0
        public void LineStyle_Test()
        {
            PDFNoPen target = new PDFNoPen(); // TODO: Initialize to an appropriate value
            LineType actual;

            actual = target.LineStyle;
            Assert.AreEqual(LineType.None, actual);
        }
Esempio n. 2
0
        public void PDFNoPenConstructor_Test()
        {
            PDFNoPen target = new PDFNoPen();

            Assert.IsNotNull(target);
        }