Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance SDLException #22

Merged
merged 3 commits into from
Dec 23, 2022
Merged

Enhance SDLException #22

merged 3 commits into from
Dec 23, 2022

Conversation

MisterIcy
Copy link
Owner

Enhances the SDLException abstract class, with an extra property containing the actual error reported by SDL.

Add new property to contain the actual error reported from SDL

Signed-off-by: Alexandros Koutroulis <icyd3mon@gmail.com>
Signed-off-by: Alexandros Koutroulis <icyd3mon@gmail.com>
@MisterIcy MisterIcy added this to the 0.4 milestone Dec 23, 2022
Signed-off-by: Alexandros Koutroulis <icyd3mon@gmail.com>
@github-actions
Copy link

Test Run for PR #22 (77)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 2s 251ms
Date: 2022-12-23 19:12:21 - 2022-12-23 19:12:24
Framework: .NETCoreApp,Version=v7.0
Total Tests: 129

✔️ Passed ❌ Failed ⚠️ Skipped
129 0 0
100% 0% 0%

Result Sets

TooSharpTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestInequalityOperator 12ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestRectangleContainsRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestRectangleDoesNotContainRectangleDueToIntersect < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestUnionRectangle 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractScalarFromSize 23ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideSizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithEpsilonWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractNegativeScalarFromSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWIthNegativeHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddSizeWithNegativeScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestMultiplyScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideSizeByZero < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideSizeBySizeWithZeroDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestMultiplySizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractSizeFromScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithZeroHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithZeroWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractSizeFromNegativeScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractScalarFromSizeResultingInNegativeDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestInequality < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithNegativeWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideSizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractSizeFromScalarResultingInNegativeDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractSizeFromSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestEquality < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithEpsilonHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddSizeWithSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddNegativeScalarWithSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddScalarWithSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddSizeWithScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestMultiplySizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestIntersectionRectangleForNonIntersectingRects 17ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestInflate < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestIntersectingRectangles < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestCastSDLRectToRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestEqualRectangles < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestCastSystemRectToRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestEqualityOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.CreateRectangleWithCoordinatesAndIntegerDimensions < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestFromLTRB < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestDoesNotContainPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.CreateRectangleWithOriginAndDimensions < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestNonIntersectingRectangles < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestIntersectionRectangleForIntersectingRects < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestCastRectangleToSDLRect < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestCastRectangleToSystemRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestIntersectWithEmptyRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.CreateEmptyRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestNotEqualRectangles < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestOffset < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestContainsPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestMultiplyPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestCastSDLPointToPoint2 < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestMultiplyPointWithInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestSubtractPointFromInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestAddIntWithPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideScalarBySizeWithZeroDimensions 16ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSizeWithNegativeHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeByNegativeScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSizeEquality < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSizeWithZeroWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestMultiplySizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestAddSizeWithNegativeScalarDimensionBelowZero < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestAddSizeWithPositiveScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeByScalarResultingInNegativeDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeBySizeResultInNegativeDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestInequality < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSizeWithZeroHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestAddSizeWithNegativeScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideSizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSizeWithNegativeWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideSizeBySizeWithZeroDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestAddSizes < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestMultiplySizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideScalarByZeroSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideSizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestMultiplyScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideSizeByScalarZero < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestAddPointAndScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestSubtractPointFromPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestAddTwoPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDividePointWithZeroScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDivideScalarWithPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDivideScalarWithZeroPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.testUnaryMinusOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDivideByPoint 16ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestSubtractIntFromPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestUnequalPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestCastSystemPointToPoint2 < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestEqualPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestUnaryPlus < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestCastPoint2ToSDLPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestCastPoint2ToSystemPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDivideIntByPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestAddPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDividePointByInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestAddPointWithInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestUnaryMinus < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDividePointByZeroInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDivideByZeroPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestSubtractPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestMultiplyIntWithPoint < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestStyleFromInteger < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestNormalFontStyle < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestStrikethroughFontStyle < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestItalicFontStyle < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestUnderlineFontTest < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestResetToNormal < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestComboStyle < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestBoldFontStyle < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDividePoints 12ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDividePointsWithZero < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestUnaryPlusOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.testInequalityOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDividePointWithScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestSubtractScalarFromPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestMultiplyScalarWithPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestMultiplyPointWithScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.testEqualityOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestMultiplyPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestAddScalarAndPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestSubtractPointFromScalar < 1ms

Run Messages

Informational

[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (64-bit .NET 7.0.1)
[xUnit.net 00:00:00.57]   Discovering: TooSharpTests
[xUnit.net 00:00:00.62]   Discovered:  TooSharpTests
[xUnit.net 00:00:00.62]   Starting:    TooSharpTests
[xUnit.net 00:00:00.90]   Finished:    TooSharpTests
Warning

Error


Created using Liquid Test Reports

@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Health
SDLTooSharp 51% 44%
Summary 51% (260 / 514) 44% (89 / 200)

@github-actions
Copy link

Test Run for PR #22 (77)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 2s 835ms
Date: 2022-12-23 19:12:40 - 2022-12-23 19:12:43
Framework: .NETCoreApp,Version=v6.0
Total Tests: 129

✔️ Passed ❌ Failed ⚠️ Skipped
129 0 0
100% 0% 0%

Result Sets

TooSharpTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestAddPointAndScalar 6ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestSubtractPointFromPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestAddTwoPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDividePointWithZeroScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDivideScalarWithPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestMultiplyPoints 14ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDivideScalarWithZeroPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.testUnaryMinusOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDividePoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDividePointsWithZero < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestUnaryPlusOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.testInequalityOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestDividePointWithScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestSubtractScalarFromPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestMultiplyScalarWithPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestMultiplyPointWithScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestCastSDLPointToPoint2 2ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.testEqualityOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestMultiplyPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestMultiplyPointWithInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestAddScalarAndPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2FTest.TestSubtractPointFromScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestSubtractPointFromInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestAddIntWithPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDivideByPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestSubtractIntFromPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestUnequalPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestCastSystemPointToPoint2 < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestEqualPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestUnaryPlus < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestCastPoint2ToSDLPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestCastPoint2ToSystemPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDivideIntByPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestAddPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDividePointByInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestAddPointWithInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestUnaryMinus < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDividePointByZeroInt < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestDivideByZeroPoint 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestSubtractPoints < 1ms
✔️ Passed TooSharpTests.Managed.Common.Point2Test.TestMultiplyIntWithPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestInequalityOperator < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestRectangleContainsRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestRectangleDoesNotContainRectangleDueToIntersect 2ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestUnionRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestIntersectionRectangleForNonIntersectingRects < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestInflate < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestIntersectingRectangles < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestCastSDLRectToRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestEqualRectangles < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestStyleFromInteger < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestCastSystemRectToRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestNormalFontStyle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestEqualityOperator < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestStrikethroughFontStyle < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestItalicFontStyle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.CreateRectangleWithCoordinatesAndIntegerDimensions < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestUnderlineFontTest < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestFromLTRB < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestDoesNotContainPoint < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestResetToNormal < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestComboStyle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.CreateRectangleWithOriginAndDimensions < 1ms
✔️ Passed TooSharpTests.Managed.Font.FontStyleTest.TestBoldFontStyle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestNonIntersectingRectangles < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestIntersectionRectangleForIntersectingRects < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestCastRectangleToSDLRect < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestCastRectangleToSystemRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSizeWithNegativeHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestIntersectWithEmptyRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.CreateEmptyRectangle < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeByNegativeScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestNotEqualRectangles < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestOffset < 1ms
✔️ Passed TooSharpTests.Managed.Common.RectangleTest.TestContainsPoint < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSizeEquality < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSizeWithZeroWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestMultiplySizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestAddSizeWithNegativeScalarDimensionBelowZero < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestAddSizeWithPositiveScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractScalarFromSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeByScalarResultingInNegativeDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideSizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithEpsilonWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractNegativeScalarFromSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWIthNegativeHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddSizeWithNegativeScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestMultiplyScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideSizeByZero < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideSizeBySizeWithZeroDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestMultiplySizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractSizeFromScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithZeroHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithZeroWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractSizeFromNegativeScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractScalarFromSizeResultingInNegativeDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestInequality < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithNegativeWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideSizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractSizeFromScalarResultingInNegativeDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestSubtractSizeFromSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestEquality < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestCreateSizeWithEpsilonHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddSizeWithSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeBySizeResultInNegativeDimension 5ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddNegativeScalarWithSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestInequality < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddScalarWithSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSizeWithZeroHeight < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestAddSizeWithNegativeScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideSizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestSubtractSizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestAddSizeWithScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestCreateSizeWithNegativeWidth < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestMultiplySizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideSizeBySizeWithZeroDimension < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeFTest.TestDivideScalarBySizeWithZeroDimensions < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestAddSizes < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestMultiplySizeBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideScalarByZeroSize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideSizeByScalar < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestMultiplyScalarBySize < 1ms
✔️ Passed TooSharpTests.Managed.Common.SizeTest.TestDivideSizeByScalarZero < 1ms

Run Messages

Informational

[xUnit.net 00:00:00.01] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (64-bit .NET 6.0.12)
[xUnit.net 00:00:00.62]   Discovering: TooSharpTests
[xUnit.net 00:00:00.69]   Discovered:  TooSharpTests
[xUnit.net 00:00:00.69]   Starting:    TooSharpTests
[xUnit.net 00:00:00.97]   Finished:    TooSharpTests
Warning

Error


Created using Liquid Test Reports

@MisterIcy MisterIcy merged commit 19b4dd1 into master Dec 23, 2022
@MisterIcy MisterIcy deleted the enhance-sdl-exception branch December 23, 2022 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant