@ -20,6 +20,7 @@ using static SixLabors.ImageSharp.Tests.TestImages.Bmp;
// ReSharper disable InconsistentNaming
namespace SixLabors.ImageSharp.Tests.Formats.Bmp
{
[Collection("RunSerial")]
[Trait("Format", "Bmp")]
public class BmpDecoderTests
@ -19,6 +19,7 @@ using static SixLabors.ImageSharp.Tests.TestImages.Bmp;
public class BmpEncoderTests
@ -17,6 +17,7 @@ using Xunit;
namespace SixLabors.ImageSharp.Tests.Formats.Gif
[Trait("Format", "Gif")]
public class GifDecoderTests
@ -14,6 +14,7 @@ using Xunit;
public class GifEncoderTests
@ -22,6 +22,7 @@ using Xunit.Abstractions;
namespace SixLabors.ImageSharp.Tests.Formats.Jpg
// TODO: Scatter test cases into multiple test classes
[Trait("Format", "Jpg")]
public partial class JpegDecoderTests
@ -20,6 +20,7 @@ using Xunit;
public class JpegEncoderTests
@ -16,6 +16,7 @@ using Xunit;
namespace SixLabors.ImageSharp.Tests.Formats.Png
[Trait("Format", "Png")]
public partial class PngDecoderTests
@ -15,6 +15,7 @@ using Xunit;
public partial class PngEncoderTests
@ -16,6 +16,7 @@ using static SixLabors.ImageSharp.Tests.TestImages.Tga;
namespace SixLabors.ImageSharp.Tests.Formats.Tga
[Trait("Format", "Tga")]
public class TgaDecoderTests
@ -13,6 +13,7 @@ using static SixLabors.ImageSharp.Tests.TestImages.Tga;
public class TgaEncoderTests
@ -17,6 +17,7 @@ using static SixLabors.ImageSharp.Tests.TestImages.Tiff;
namespace SixLabors.ImageSharp.Tests.Formats.Tiff
[Trait("Format", "Tiff")]
public class TiffDecoderTests
public class TiffEncoderTests