-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
All().Satisfy doesn't work with member of double? types.
Expected Behavior
Assertion of All().Satisfy() works with different types and not only with string properties
Actual Behavior
Assertion when member is of double?
Steps to Reproduce
- Create an object with different properties and include a nullable double property.
- Create a collection of that object, IList, Array, etc...
- Make a test that asserts all member of that collection Satisfy a condition. It doesn't matter the condition
- Try to run the test.
TUnit Version
1.12.15, 1.12.147
.NET Version
10
Operating System
Windows
IDE / Test Runner
dotnet CLI (dotnet test / dotnet run)
Error Output / Stack Trace
Additional Context
No response
IDE-Specific Issue?
- I've confirmed this issue occurs when running via
dotnet testordotnet run, not just in my IDE
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working