Testcase selection in CPPUnit
Is it possible to se开发者_如何学JAVAlect which test cases to run in CPPUnit like it is done in NUnit? May be using some config file?
Thanks, Rakesh.
You can use the MFCTestRunner if you're looking for a GUI where you can click to select tests.
You'll have to edit your test main application if you want to select which test to run via config file. See this answer that might serve you with a description of how to do it.
精彩评论