Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个 C++/CLR 类项目,我想知道如果没有入口点(即没有 main),您将如何测试您编写的类代码?我正在使用 VS2010 吗?
通常的方法是使用单元测试框架,例如 xunit 或 nunit。
Xunit 似乎是当今最流行的...
http://xunit.codeplex.com/
这将为您提供一个 GUI 来运行单元测试,或者如果您愿意,您可以从命令行运行测试。