Exemple #1
0
        public void Format_is_Png()
        {
            ImageFormat expected = ImageFormat.Png;

            FakePngFormat format = new FakePngFormat();

            Assert.AreEqual(expected, format.FormatValue);
        }
Exemple #2
0
        public void Format_is_Png()
        {
            ImageFormat expected = ImageFormat.Png;

            FakePngFormat format = new FakePngFormat();

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