Search code examples
How to log Boost.Test output to both stdout in HRF and to a file in XML?...

c++unit-testingjenkinsxunitboost-test

Read More
BOOST_CHECK_NO_THROW how to get exception message printed...

c++unit-testingboost-test

Read More
BOOST Test: How to handle << operator redefinition to print the same type in different tests?...

c++boostmakefileboost-test

Read More
boost.test: compile errors when STL code is included within a test suite...

c++c++11boostc++-chronoboost-test

Read More
boost::test, junit XML output...

xmlboostjunitreportboost-test

Read More
How to get boost tests discovered by Visual Studio Test Explorer in a cmake project...

c++visual-studiocmakevisual-studio-2019boost-test

Read More
Setting a test-wide tolerance with BOOST_DATA_TEST_CASE_F...

c++boostboost-test

Read More
CMake: Project structure with unit tests...

c++unit-testingboostcmakeboost-test

Read More
Comparison of C++ unit test frameworks...

c++unit-testingcppunitgoogletestboost-test

Read More
How to use boost tests with SFML and cmake?...

c++boostcmakesfmlboost-test

Read More
Disabling specific test instance defined from a dataset...

c++unit-testingboostboost-test

Read More
Boost.Test - How to write a test that doesn't run automatically...

c++boost-test

Read More
Boost.Test linker error by use with precompiled headers (PCH)...

c++boost-test

Read More
Boost Test dynamically or statically linked?...

c++unit-testingstaticdynamic-linkingboost-test

Read More
Boost Test with CMake - undefined main...

boostcmakeboost-test

Read More
Is there a way to test nontype templates using Boost Test?...

c++boostboost-test

Read More
Controlling output of Boost.Test source location format...

c++unit-testingboost-testoutput-formattingcatch2

Read More
GCC Address Sanitizer - blacklisting library functions (specifically boost::test)...

c++gccboostboost-test

Read More
Boost Test output spamming with "disabled" when running named test...

c++boostboost-test

Read More
Cannot allocate memory using boost test...

c++boostboost-test

Read More
Does BOOST_DATA_TEST_CASE always require printability of the samples?...

c++boostboost-test

Read More
Boost Test Error: main already defined...

c++boostboost-test

Read More
BOOST_CHECK_EQUAL (and dervatives) Add custom message...

c++unit-testingtestingboostboost-test

Read More
Writing unit tests which may access private/protectedstate...

c++testinggoogletestboost-testgunit

Read More
Unit testing non-exported classes in a DLL...

c++visual-studiounit-testingboost-test

Read More
BOOST Unit Test stack overflow...

c++visual-studio-2010boost-test

Read More
What's the Boost test framework's equivalence of std::cout?...

c++boostboost-test

Read More
Link error when adding unit tests to legacy solution...

c++visual-c++visual-studio-2017googletestboost-test

Read More
Use several test files with Boost.Test and modern CMake...

c++cmakeboost-test

Read More
Boost unit test in separate cpp files...

c++unit-testingboostboost-test

Read More
BackNext