Displaying 1 result from an estimated 1 matches for "f9248268".
2017 Jul 27
2
Test Error Paths for Expected & ErrorOr
Hello, this is a call for feedback: opinions, improvements, testers..
I use the support classes Expected<T> and ErrorOr<T> quite often
recently and I like the concept a lot! Thanks Lang btw!
However, from time to time I found issues in the execution paths of my
error cases and got annoyed by their naturally low test coverage.
So I started sketching a test that runs all error paths