catch2/examples
offa 06c32862b3
Some refactorings:
- Overrides added
 - usages of push_back() replaced with emplace_back()
 - Loop variable made const-refernce
 - NULL replaced with nullptr
 - Names used in the declaration and definition unified
 - size() replaced with empty
 - Identical cases merged
2020-02-16 15:25:23 +01:00
..
000-CatchMain.cpp Update building of examples for static lib 2019-12-08 15:55:04 +01:00
010-TestCase.cpp Update building of examples for static lib 2019-12-08 15:55:04 +01:00
020-TestCase-1.cpp Update building of examples for static lib 2019-12-08 15:55:04 +01: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 Convert examples to piecemeal includes 2020-01-21 14:46:07 +01:00
110-Fix-ClassFixture.cpp Convert examples to piecemeal includes 2020-01-21 14:46:07 +01:00
120-Bdd-ScenarioGivenWhenThen.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
210-Evt-EventListeners.cpp Some refactorings: 2020-02-16 15:25:23 +01:00
231-Cfg-OutputStreams.cpp Some refactorings: 2020-02-16 15:25:23 +01:00
300-Gen-OwnGenerator.cpp Use std::make_unique instead of our polyfill or naked new 2020-02-01 23:34:00 +01:00
301-Gen-MapTypeConversion.cpp Outline GeneratorException from generators header 2020-02-14 16:15:47 +01:00
310-Gen-VariablesInGenerators.cpp Convert examples to piecemeal includes 2020-01-21 14:46:07 +01:00
311-Gen-CustomCapture.cpp Convert examples to piecemeal includes 2020-01-21 14:46:07 +01:00
CMakeLists.txt Redo how the separate compilation tests are handled 2019-12-15 20:33:39 +01:00