摘要: 转自http://www.cnblogs.com/justin_s/archive/2011/12/31/2309083.html#defineCPPUNIT_ASSERT(condition)Assertions that a condition istrue.#defineCPPUNIT_ASSERT_MESSAGE(message, condition)Assertion with a user specified message.#defineCPPUNIT_FAIL(message)Fails with the specified message.#defineCPPUNIT_ASS 阅读全文
posted @ 2013-09-29 16:11 宁静世界 阅读(493) 评论(0) 推荐(0)
摘要: 如何在VS2010中编译CppUnit:http://www.cnblogs.com/justin_s/archive/2012/05/25/2517722.htmlhttp://blog.csdn.net/x_iya/article/details/8433716http://www.cnblogs.com/zhcncn/archive/2012/12/25/2832162.htmlCppUnit SVN地址:https://svn.code.sf.net/p/cppunit/code/使用指南(IBM developer works):http://www.ibm.com/develope 阅读全文
posted @ 2013-09-29 09:08 宁静世界 阅读(445) 评论(0) 推荐(0)