Add a detail argument to the fail() method to allow for more in-depth tracking of failures, especially when using the `toThrow()` expectation
Description
Add a detail argument to the fail() method to allow for more in-depth tracking of failures, especially when using the toThrow() expectation. The actual stacktrace and exception was swalled up, so it was nearly impossible to figure out unless adding hard try/catches
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Add a detail argument to the fail() method to allow for more in-depth tracking of failures, especially when using the
toThrow()
expectation. The actual stacktrace and exception was swalled up, so it was nearly impossible to figure out unless adding hard try/catches