boost output_test_stream counterpart in catch2
Open
Feature Request
Query
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
I'm currently considering to move from boost test to catch2. For the most part porting my code to catch went smoothly. But in one of my projects I'm using [`output_test_stream`](https://www.boost.org/doc/libs/1_67_0/libs/test/doc/html/boost/test_tools/output_test_stream.html) to do some integration tests and I couldn't figure out how this can be easily done with catch.
Did I miss something or is something like that not supported by catch? What would be the catch-ish way to do it?
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.