开发者

Testcase selection in CPPUnit

开发者 https://www.devze.com 2023-04-02 06:25 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消