I know by default report is directed to standard-error, and so one has to redirect it to a file. My question is shall we do this inside a global fixture? Which isn\'t seem to be working for me some ho
I\'m using Boost.Test for Unit testing and am currently running various mock servers in separate threads which get launched from within each test.In order to more accurately test my code the mock serv
I\'ve been using CppUnit for quite a while now (and am happy with it). As we are using more and more parts of the boost library I had a short look on boost.test and I\'m wondering now if I should swit
We use Boost statically linked with our app but now I want to use Boost Test with an external test runner and that requires the tests themselves to link dynamically with Boost.Test through the use of
I have some C++ projects running through cruisecontrol.net.As a part of the build process, we compile and run Boost.Test unit test suites开发者_StackOverflow社区.I have these configured to dump XML lo
I\'m using Eclipse CDT and B开发者_如何学Pythonoost.Test(with Boost.Build). I would like Eclipse to parse output of Boost.Test generated during by run of test suites during build.
The following does not compile: class Foo { public: Foo( boost::shared_ptr< Bar > arg ); }; // in test-case
I\'m just getting stated with boost-test and unit testing in general with a new application, and I am not sure how to handle the applications initialisation (eg loading config files, connecting to a d
Or Can I use it in regular code? If the answer is \"no\", then is there C++ library that will provide me with all the macros like CHECK_EQUAL, CHEC开发者_Go百科K_CLOSE, etc.?It is only meaningful in