Search code examples
How does the Catch2 GENERATE macro work internally?...


c++catch-unit-testcatch2

Read More
Catch testing framework long link time every time...


c++unit-testingcatch-unit-test

Read More
Combining AND and OR in Catch2 test tags...


catch2catch-unit-test

Read More
Catch2 - output to console and file...


c++catch-unit-test

Read More
How to use floating point tolerances in the Catch framework?...


c++unit-testingcatch-unit-test

Read More
How to compare floating point in catch2...


c++catch-unit-testcatch2

Read More
Best practices for Unit testing with Catch2 in Visual Studio...


unit-testingvisual-c++catch-unit-testcatch2

Read More
How to set up Catch2 in Bazel project...


c++testingbazelcatch-unit-testcatch2

Read More
How can I make my first test with Catch for my Qt application?...


c++qttestingcmakecatch-unit-test

Read More
Using Gcov with CMake and Catch...


c++cmakegcovcatch-unit-test

Read More
Unresolved external symbol with Catch library...


c++unit-testingbuildcmakecatch-unit-test

Read More
Use C++ catch framework to verify assert statement...


c++assertcatch-unit-test

Read More
catch2 throws and error when adding a struct...


c++catch-unit-testcatch2

Read More
Catch2 - Populating singleton with different mock data for different test files...


c++catch-unit-testcatch2

Read More
Catch test framework issue: cannot use Catch::Session()...


c++sessiontestingframeworkscatch-unit-test

Read More
Detect specific tag match in Catch2 at runtime...


c++c++14catch-unit-testcatch2

Read More
Catch lib (unit testing) and CTest (CMake) integration...


c++unit-testingcmakectestcatch-unit-test

Read More
How to use CMake with Catch2?...


c++cmakecatch-unit-test

Read More
How can I allow vector to be passed to INFO(), CAPTURE(), WARN(), etc. while avoiding illegally exte...


c++namespacescatch-unit-test

Read More
How do I make my cmake targets for catch2 testing and project running more extendable and sensible?...


c++unit-testingcmakecatch-unit-test

Read More
Determine name of current SECTION...


c++unit-testingcatch-unit-test

Read More
CMake header only dependency...


c++buildcmakeheader-filescatch-unit-test

Read More
boost crc yields different output each time...


c++boostcrc16catch-unit-test

Read More
Is there a way with catch framework to compare stream or files?...


c++booststreamcomparisoncatch-unit-test

Read More
Acessing data on `inst/extdata` from Rcpp Catch tests...


c++rrcpptestthatcatch-unit-test

Read More
Compile error "error: expected ';' at end of declaration list" using Catch testing...


c++catch-unit-test

Read More
cmake ExternalProject_Add how to download URL non-tar file?...


cmakecatch-unit-test

Read More
Catch unit test library linking error...


c++unit-testingcatch-unit-test

Read More
Getting sections that will be run in Catch...


c++catch-unit-test

Read More
Why do we need to compile a main test file separately with Catch?...


c++makefilelinkercatch-unit-test

Read More
BackNext