diff --git a/src/Shared/AssemblyInfo.Common.cs b/src/Shared/AssemblyInfo.Common.cs index 09f2d0d02..11f16769b 100644 --- a/src/Shared/AssemblyInfo.Common.cs +++ b/src/Shared/AssemblyInfo.Common.cs @@ -35,4 +35,5 @@ using System.Runtime.CompilerServices; // Ensure the internals can be tested. [assembly: InternalsVisibleTo("ImageSharp.Benchmarks")] -[assembly: InternalsVisibleTo("ImageSharp.Tests")] \ No newline at end of file +[assembly: InternalsVisibleTo("ImageSharp.Tests")] +[assembly: InternalsVisibleTo("ImageSharp.Sandbox46")] \ No newline at end of file diff --git a/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj b/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj index fd7cc5c78..0549a9e92 100644 --- a/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj +++ b/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj @@ -20,6 +20,7 @@ DEBUG;TRACE prompt 4 + true pdbonly @@ -28,10 +29,16 @@ TRACE prompt 4 + true + + + ..\..\packages\System.Numerics.Vectors.4.1.1\lib\net46\System.Numerics.Vectors.dll + True + @@ -75,49 +82,22 @@ ..\..\src\ImageSharp.Formats.Png\bin\$(Configuration)\net45\ImageSharp.Formats.Png.dll - ..\..\src\ImageSharp\bin\$(Configuration)\net45\ImageSharp.Processing.dll + ..\..\src\ImageSharp.Processing\bin\$(Configuration)\net45\ImageSharp.Processing.dll - - Tests\Drawing\BeziersTests.cs - - - Tests\Drawing\DrawImageTest.cs - - - Tests\Drawing\DrawPathTests.cs - - - Tests\Drawing\FillPatternTests.cs - - - Tests\Drawing\FillSolidBrushTests.cs - - - Tests\Drawing\LineComplexPolygonTests.cs - - - Tests\Drawing\LineTests.cs - Tests\Drawing\PolygonTests.cs - - Tests\Drawing\RecolorImageTest.cs - - - Tests\Drawing\SolidBezierTests.cs - - - Tests\Drawing\SolidComplexPolygonTests.cs - - - Tests\Drawing\SolidPolygonTests.cs + + Tests\FileTestBase.cs Tests\Formats\Jpg\Block8x8FTests.cs + + Tests\Formats\Jpg\JpegTestBase.cs + Tests\Formats\Jpg\JpegTests.cs @@ -127,28 +107,93 @@ Tests\Formats\Jpg\ReferenceImplementationsTests.cs - - Tests\Formats\Jpg\UtilityTestClassBase.cs - Tests\Formats\Jpg\YCbCrImageTests.cs + + Tests\Image\ImagePropertyTests.cs + + + Tests\Image\ImageTests.cs + + + Tests\Image\PixelAccessorTests.cs + Tests\Processors\Filters\ResizeTests.cs - + + Tests\TestBase.cs + + + Tests\TestFile.cs + + + Tests\TestImages.cs + + + Tests\TestUtilities\Attributes\ImageDataAttributeBase.cs + + + Tests\TestUtilities\Attributes\WithBlankImageAttribute.cs + + + Tests\TestUtilities\Attributes\WithFileAttribute.cs + + + Tests\TestUtilities\Attributes\WithFileCollectionAttribute.cs + + + Tests\TestUtilities\Attributes\WithMemberFactoryAttribute.cs + + + Tests\TestUtilities\Attributes\WithSolidFilledImagesAttribute.cs + + + Tests\TestUtilities\Factories\GenericFactory.cs + + + Tests\TestUtilities\Factories\ImageFactory.cs + + + Tests\TestUtilities\ImageProviders\BlankProvider.cs + + + Tests\TestUtilities\ImageProviders\FileProvider.cs + + + Tests\TestUtilities\ImageProviders\LambdaProvider.cs + + + Tests\TestUtilities\ImageProviders\SolidProvider.cs + + + Tests\TestUtilities\ImageProviders\TestImageProvider.cs + + + Tests\TestUtilities\ImagingTestCaseUtility.cs + + + Tests\TestUtilities\MeasureFixture.cs + + + Tests\TestUtilities\PixelTypes.cs + + + Tests\TestUtilities\Tests\TestImageProviderTests.cs + + + Tests\TestUtilities\Tests\TestUtilityExtensionsTests.cs + + + Tests\TestUtilities\TestUtilityExtensions.cs + - - - - - - - +