由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 怎么做C++的unit testing?
相关主题
菜鸟以为C++的unit test功能没有java强大,是一大缺点问个DLL调用问题
Visual C++ 问题最初级的白痴C++问题
[转载] Is there any tools in Linux to watch memexe file compild by C++ cannot be run by another computer
我的Visual C++ .net是不是有问题?各位给推荐一个C++ programming performance profiler?
为什么我的visual C++ 找不到 "Stdafx.h" ?A Version problem of Visual Studio
关于C的数组大小2007年9月编程语言指数
Use Visual .NET for C++ programmingAnyone use visual studio 2005 under vista
should the .dll and .lib have the same name?Visual C++, 一编译就死机,怎么回事
相关话题的讨论汇总
话题: c++话题: unit话题: testing
进入Programming版参与讨论
1 (共1页)
d****e
发帖数: 251
1
环境:visual studio 2005, C++
我想unit test一个solution里面的一个class (x.cpp),不知道正确的做法是怎么做?
我的办法是把所有关联的cpp和h文件都拷贝到一个新的目录,
然后写一个main.cpp来测试。但是这个方法很笨啊,而且代码更正后还得拷贝回去。
另:网上搜到CppUnit,不知道是做不是解决这种问题的。
1 (共1页)
进入Programming版参与讨论
相关主题
Visual C++, 一编译就死机,怎么回事为什么我的visual C++ 找不到 "Stdafx.h" ?
Missing "nmsql.dll"关于C的数组大小
一个C++ DLL 在VBA中调用的问题Use Visual .NET for C++ programming
Qt4 和 Visual C++ 2005 + Vista 不兼容?should the .dll and .lib have the same name?
菜鸟以为C++的unit test功能没有java强大,是一大缺点问个DLL调用问题
Visual C++ 问题最初级的白痴C++问题
[转载] Is there any tools in Linux to watch memexe file compild by C++ cannot be run by another computer
我的Visual C++ .net是不是有问题?各位给推荐一个C++ programming performance profiler?
相关话题的讨论汇总
话题: c++话题: unit话题: testing