cppunit Questions
2
Solved
Could someone point me to a version of CppUnit that would allow to launch the tests in separate threads?
The idea is that, because many of our tests are quite CPU heavy (but are not multi-thread a...
Nalchik asked 8/3, 2011 at 19:22
2
Solved
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 swi...
Divergent asked 23/6, 2010 at 9:9
3
Solved
Looking to start doing TDD in C++. I've seen CPPUnit, but I was wondering if there are other options that people prefer?
Thanks for your suggestions!
3
Solved
I have a bunch of module tests written in CPPunit with some mocks created by hand. I am looking for a way to migrate them to GoogleTest as smoothly as possible.
Have you tried such an operation?
...
Neritic asked 29/4, 2010 at 11:59
5
Solved
I have a very large code base that contains extensive unit tests (using CppUnit). I need to work out what percentage of the code is exercised by these tests, and (ideally) generate some sort of rep...
Shanly asked 28/8, 2008 at 18:40
© 2022 - 2024 — McMap. All rights reserved.