@ -1,12 +1,14 @@
// Copyright (c) Six Labors.
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
// Licensed under the Apache License, Version 2.0.
using System.Diagnostics.CodeAnalysis ;
using SixLabors.ImageSharp.Processing ;
using SixLabors.ImageSharp.Processing ;
using SixLabors.ImageSharp.Processing.Processors.Convolution ;
using SixLabors.ImageSharp.Processing.Processors.Convolution ;
using Xunit ;
using Xunit ;
namespace SixLabors.ImageSharp.Tests.Processing.Convolution
namespace SixLabors.ImageSharp.Tests.Processing.Convolution
{
{
[SuppressMessage("StyleCop.CSharp.NamingRules", "SA1313:Parameter names should begin with lower-case letter", Justification = "OK. Used for TheoryData compatibility.")]
public class DetectEdgesTest : BaseImageOperationsExtensionTest
public class DetectEdgesTest : BaseImageOperationsExtensionTest
{
{
[Fact]
[Fact]