著名的uncle Bob的Agile software development的代码

源代码在线查看: testfailure.cpp

软件大小: 180 K
上传用户: makai1630
关键词: development software uncle Agile
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				#include "TestFailure.h"
				#include "Test.h"
				
				// Returns a short description of the failure.
				std::string TestFailure::toString () 
				{ 
				    return m_failedTest->toString () + ": " + m_thrownException->what ();
				}
							

相关资源