cxxtest
Testing a qt object using cxxtest framework and valgrind
Is it possible to use cxxunit or any other unit testing framework (excluding QtTestLib) to test qt widgets?[详细]
2023-01-26 14:05 分类:问答Can i make unit testing using cxxtest with visual studio 2010 professional?
Can i make unit testing using c开发者_StackOverflow社区xxtest with visual studio 2010 professional?Of course! I\'ve done that.[详细]
2023-01-25 19:44 分类:问答Testing a class that depends on static functions of another class
I am currently working on a class that uses another class which has only static functions. Everything worked fine until I tried testing my class.[详细]
2023-01-23 05:37 分类:问答py.test with non-python tests (specifically, with cxxtest)
I work with a team that develops MPI-based C++ numerical applications. The group uses cxxtest for constructing individual unit tests or small suites, but 1) there are some complications aggregating ac[详细]
2023-01-22 07:06 分类:问答How do I make an automake rule in an .mk file that deletes a directory upon cleaning?
I would like to delete a another dir开发者_运维问答ectory when I run make clean, but I can\'t figure out how to code it up in the rules.[详细]
2023-01-15 06:04 分类:问答When I run cxxtest I get an undefined reference error
I\'m not sure to understand the undefined reference I am getting. ./cxxtest/cxxtestgen.py -o tests.cpp --error-printer DrawTestSuite.h[详细]
2022-12-27 07:45 分类:问答Library design quandary
Ok so I am writing an open source library. A section of this library deals with moving an entity in a two and three dimensional space so it will have functions that manipulate the rotation, position e[详细]
2022-12-17 08:05 分类:问答