📷 A modern, cross-platform, 2D Graphics library for .NET
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Nikolei
67a94113e4
Migrate tests from xUnit v2 to xUnit.v3 3.2.2
Breaking changes addressed:
- Update xunit.v3 to 3.2.2 and xunit.runner.visualstudio to 3.1.5
- Remove Microsoft.DotNet.XUnitExtensions (conflicts with xunit.v3 via xunit.core v2)
- Replace ConditionalFact/ConditionalTheory with Fact/Theory SkipUnless/SkipWhen/SkipType
- Remove 'using Xunit.Abstractions' (ITestOutputHelper now in Xunit namespace globally)
- Fix TestFrameworkAttribute: string args → typeof(T) form
- Fix XunitTestFramework ctor: no longer takes IMessageSink
- Fix BeforeAfterTestAttribute Before/After: added IXunitTest parameter, use Xunit.v3 ns
- Fix DataAttribute: new GetData signature (DisposalTracker), add SupportsDiscoveryEnumeration()
- Fix IXunitSerializable/IXunitSerializationInfo: add 'using Xunit.Sdk' to all consumers
- Fix BasicSerializer: implement new IXunitSerializationInfo.GetValue(string) returning object?
Store type info in dump format (key:TypeAQN:value) to enable typed reconstruction
- Fix TheoryData<T> CS0121 ambiguity on C# 12/net8.0: add explicit casts (T)value
Affects ExifValuesTests, PixelOperationsTests, QuantizerTests, DitherTests,
TestImageProviderTests, RotateTests, L8Tests, La16Tests
- Fix PngEncoderTests: TheoryData<T> now yields TheoryDataRow<T>, not object[]
|
2 months ago |
| .. |
|
PixelBlenders
|
Add additional unit tests to improve code coverage. Update licensing version
|
2 months ago |
|
PixelOperations
|
Migrate tests from xUnit v2 to xUnit.v3 3.2.2
|
2 months ago |
|
A8Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Abgr32Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Argb32Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Bgr24Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Bgr565Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Bgra32Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Bgra4444Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Bgra5551Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Byte4Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
HalfSingleTests.cs
|
Update library to use new pixel API
|
3 years ago |
|
HalfVector2Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
HalfVector4Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
L8Tests.cs
|
Migrate tests from xUnit v2 to xUnit.v3 3.2.2
|
2 months ago |
|
L16Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
La16Tests.cs
|
Migrate tests from xUnit v2 to xUnit.v3 3.2.2
|
2 months ago |
|
La32Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
NormalizedByte2Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
NormalizedByte4Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
NormalizedShort2Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
NormalizedShort4Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
PixelBlenderTests.cs
|
Add additional unit tests to improve code coverage. Update licensing version
|
2 months ago |
|
PixelColorTypeTests.cs
|
Implement PngFrameMetadata
|
2 years ago |
|
PixelConverterTests.ReferenceImplementations.cs
|
Update library to use new pixel API
|
3 years ago |
|
PixelConverterTests.cs
|
FS Namespaces and Implicit Global Usings
|
4 years ago |
|
Rg32Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Rgb24Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Rgb48Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Rgb96Tests.cs
|
Fix failing conversion tests
|
3 months ago |
|
Rgba32Tests.cs
|
Handle hex parsing in Color with format support (#2964)
|
11 months ago |
|
Rgba64Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Rgba128Tests.cs
|
Fix failing conversion tests
|
3 months ago |
|
Rgba1010102Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
RgbaVectorTests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Short2Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
Short4Tests.cs
|
Use Target Type new only when apparent
|
1 year ago |
|
UnPackedPixelTests.cs
|
Handle hex parsing in Color with format support (#2964)
|
11 months ago |