boost-unit-test-framework Questions
2
I have some logging in my application (it happens to be log4cxx but I am flexible on that), and I have some unit tests using the boost unit test framework. When my unit tests run, I get lots of log...
Poss asked 8/6, 2013 at 23:32
5
Solved
I am using Boost Test to unit test some C++ code.
I have a vector of values that I need to compare with expected results, but I don't want to manually check the values in a loop:
BOOST_REQUIRE_EQ...
Jura asked 22/10, 2010 at 18:5
0
I am trying to create unit tests using boost::test and google mock.
Adding a call to InitGoogleMock causes boost to signal some memory leaks. I searched for some sort of "DeInitGoogleMock" but didn...
Outfall asked 11/8, 2016 at 8:20
2
Solved
I am trying to build a unit test using Boost's unit test framework. I would like to dynamically link test suite libraries with the auto generated test module that Boost provides. Here is the basic ...
Shark asked 17/6, 2015 at 17:31
3
When executed with all logging enabled (e.g. test --log_level=all), a unit test created with the Boost Unit Test Framework will report how long an individual test case took with a message like this...
Uredo asked 10/3, 2015 at 17:25
1
Solved
I am maintaining an autoconf package and wanted to integrate automatic testing. I use the Boost Unit Test Framework for my unit tests and was able to sucessfully integrate it into the package.
Tha...
Spaniard asked 18/4, 2015 at 9:37
1
Solved
I'm fumbling my way through the Boost Unit Testing Framework and have set up a basic functioning unit test. I'm using BOOST_TEST_MESSAGE to let the user know which tests are running, but the messag...
Print asked 20/10, 2013 at 1:19
1
© 2022 - 2024 — McMap. All rights reserved.