Add an example on providing streams with CATCH_CONFIG_NOSTDOUT

Related to #1037
Closes #1290
This commit is contained in:
Martin Hořeňovský 2018-07-08 13:35:40 +02:00
parent 5eeb6aa361
commit c8941cccb5
3 changed files with 51 additions and 1 deletions

View file

@ -10,7 +10,7 @@
- Fixture: [Class-based fixtures](../examples/110-Fix-ClassFixture.cpp)
- BDD: [SCENARIO, GIVEN, WHEN, THEN](../examples/120-Bdd-ScenarioGivenWhenThen.cpp)
- Listener: [Listeners](../examples/210-Evt-EventListeners.cpp)
- Configuration: [Provide your own output streams](../examples/231-Cfg-OutputStreams.cpp)
## Planned