コード例 #1
0
        public void Format_is_Png()
        {
            ImageFormat expected = ImageFormat.Png;

            FakePngFormat format = new FakePngFormat();

            Assert.AreEqual(expected, format.FormatValue);
        }
コード例 #2
0
ファイル: PngFormatTests.cs プロジェクト: enriquein/Cropper
        public void Format_is_Png()
        {
            ImageFormat expected = ImageFormat.Png;

            FakePngFormat format = new FakePngFormat();

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