Provide an API to check whether a currently running test/section is successful or not
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
## Description
When the test fails, I would like to dump the state of something non-trivial, so the usual `INFO`-based logging wouldn't work for me.
There exist a something `Catch::getResultCapture().lastAssertionPassed()`, but it is only about the last assertion, isn't it?
Contributor guide
Assessment
This issue has not been assessed yet.