You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the max depth for printing actual and expected IEnumerables is hardcoded as 5, even at v3 (though v3 is at least referencing the const fields).
It's kinda frustrating to have to debug a thery every time in order to know which specific test failed.
The text was updated successfully, but these errors were encountered:
I'm up for contributing with this, I just need to know the design decisions (will it be configurable programmatically or via configuration file? or both? or an overload for Asserts, perhaps?).
By the way, I think 5 is a quite low number anyway. Perhaps the default could be higher.
andre-ss6
changed the title
Make the actual and expected output for IEnumerable max depth configurable
Make the IEnumerable max depth for actual and expected output configurable
Jan 20, 2022
Currently, the max depth for printing actual and expected IEnumerables is hardcoded as 5, even at v3 (though v3 is at least referencing the const fields).
It's kinda frustrating to have to debug a thery every time in order to know which specific test failed.
The text was updated successfully, but these errors were encountered: