List Question
20 TechQA 2023-08-21T09:04:29.573000Can I use BOOST_TEST outside of a test case scope?
42 views
Asked by Daniel Langr
Error with testing a template with boost::test
29 views
Asked by Jepessen
BOOST Test: How to handle << operator redefinition to print the same type in different tests?
59 views
Asked by hexaquark
Can't use main function witch boost tests
44 views
Asked by Michael
boost.test: compile errors when STL code is included within a test suite
49 views
Asked by deponovo
valgrind reports leaks in boost test framework with no tests
157 views
Asked by jagprog5
Is there a way to make sure a Boost.Test test can fail when it ought to?
102 views
Asked by A_K
Setting a test-wide tolerance with BOOST_DATA_TEST_CASE_F
157 views
Asked by clocksw
How to compare QVector3D or Eigen::Vector3d for equality with tolerance?
474 views
Asked by rubenvb
How to use boost tests with SFML and cmake?
106 views
Asked by czarniecki
Disabling specific test instance defined from a dataset
70 views
Asked by BobMorane
Assembler error in MIPS build of Boost.Test program
128 views
Asked by Wolfram Rösler
Boost Test run function on failure
344 views
Asked by Svalorzen
How to define a "sample" for boost test dataset with an arity > 1
248 views
Asked by Adrian Cornish
How do you add Boost tests to a run configuration as a custom executable?
59 views
Asked by John Glen
delete an object containing smart_pointer as members results in program crash
97 views
Asked by Gionata Benelli
Boost test fixture parameter
1.1k views
Asked by Patryk Kowalski
Boost.Test - How to write a test that doesn't run automatically
288 views
Asked by pic11
Boost.Test linker error by use with precompiled headers (PCH)
439 views
Asked by Olx
Constant strings initialized as empty
105 views
Asked by Aniruddha Gore