예제 #1
0
        public void Description_is_Printer()
        {
            string expected = "Printer";

            PrinterOutput format = new PrinterOutput();

            Assert.AreEqual(expected, format.Description);
        }
예제 #2
0
        public void Extension_is_Printer()
        {
            string expected = "Printer";

            PrinterOutput format = new PrinterOutput();

            Assert.AreEqual(expected, format.Extension);
        }