如题请问有没有可以检测UT用例是否有效的工具,可以是开源的,检测编写的测试用例是否有效
visual studio自带的unit test framework for C++就可以,自动运行用例,得到结果,自动统计https://blog.csdn.net/lee353086/article/details/80279969