How to run subset of unit tests in CPPUnit by selecting them at run-time?
Posted
by ratkok
on Stack Overflow
See other posts from Stack Overflow
or by ratkok
Published on 2010-05-06T19:02:20Z
Indexed on
2010/05/06
19:08 UTC
Read the original article
Hit count: 260
cppunit
I am using CppUnit as a unit test framework. Is it possible to select a subset of testcases to execute at runtime?
Is there a filtering option provided within CppUnit to accomodate this?
© Stack Overflow or respective owner