コード例 #1
0
        public void FillStyle_Test()
        {
            PDFNoBrush target = new PDFNoBrush();
            FillType   actual;

            actual = target.FillStyle;
            Assert.AreEqual(FillType.None, actual);
        }
コード例 #2
0
        public void PDFNoBrushConstructor_Test()
        {
            PDFNoBrush target = new PDFNoBrush();

            Assert.IsNotNull(target);
        }