mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-12 13:28:37 +00:00
Grouped Tests
This commit is contained in:
parent
e0e5b12c20
commit
afdf36e0e5
@ -1,6 +1,6 @@
|
||||
using HPPH.Reference;
|
||||
|
||||
namespace HPPH.Test;
|
||||
namespace HPPH.Test.PixelHelper;
|
||||
|
||||
[TestClass]
|
||||
public class AverageTests
|
||||
@ -1,4 +1,4 @@
|
||||
namespace HPPH.Test;
|
||||
namespace HPPH.Test.PixelHelper;
|
||||
|
||||
[TestClass]
|
||||
public class ConvertTests
|
||||
@ -1,6 +1,6 @@
|
||||
using HPPH.Reference;
|
||||
|
||||
namespace HPPH.Test;
|
||||
namespace HPPH.Test.PixelHelper;
|
||||
|
||||
[TestClass]
|
||||
public class MinMaxTests
|
||||
@ -1,6 +1,6 @@
|
||||
using HPPH.Reference;
|
||||
|
||||
namespace HPPH.Test;
|
||||
namespace HPPH.Test.PixelHelper;
|
||||
|
||||
[TestClass]
|
||||
public class CreateColorPaletteTests
|
||||
@ -1,6 +1,6 @@
|
||||
using HPPH.Reference;
|
||||
|
||||
namespace HPPH.Test;
|
||||
namespace HPPH.Test.PixelHelper;
|
||||
|
||||
[TestClass]
|
||||
public class SortTests
|
||||
@ -1,6 +1,6 @@
|
||||
using HPPH.Reference;
|
||||
|
||||
namespace HPPH.Test;
|
||||
namespace HPPH.Test.PixelHelper;
|
||||
|
||||
[TestClass]
|
||||
public class SumTests
|
||||
Loading…
x
Reference in New Issue
Block a user