catch2/examples
Martin Moene 558bbe7d24 Add example for TeamCity reporter and refer to it
Prevent warnings
- gnu: -Wcomment: multi-line comment
- clang: -Wweak-vtables 'class' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit
- clang: -Winconsistent-missing-override: 'method' overrides a member function but is not marked 'override'
- MSVC: C4702: unreachable code
2018-09-27 23:20:02 +02:00
..
000-CatchMain.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
010-TestCase.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
020-TestCase-1.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
020-TestCase-2.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
030-Asn-Require-Check.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
100-Fix-Section.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
110-Fix-ClassFixture.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
120-Bdd-ScenarioGivenWhenThen.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
200-Rpt-CatchMain.cpp Add example for TeamCity reporter and refer to it 2018-09-27 23:20:02 +02:00
207-Rpt-TeamCityReporter.cpp Add example for TeamCity reporter and refer to it 2018-09-27 23:20:02 +02:00
210-Evt-EventListeners.cpp Restored description field in SectionInfo for now - but marked it deprecated 2018-06-25 20:18:41 +01:00
231-Cfg-OutputStreams.cpp Add an example on providing streams with `CATCH_CONFIG_NOSTDOUT` 2018-07-08 13:38:42 +02:00
CMakeLists.txt Add example for TeamCity reporter and refer to it 2018-09-27 23:20:02 +02:00