搜索资源列表
Cpp_Unit_Testing
- 软件测试驱动开发(TDD)是以测试作为开发过程的中心,它坚持,在编写实际代码之前,先写好基于产品代码的测试代码。-Software test driven development (TDD) is a test as the center of the development process, it insists, before writing the actual code, test code first write based on the product code.
unixd
- 测试驱动开发,英文全称Test-Driven Development,简称TDD,是一种不同于传统软件开发流程的新型的开发方法。它要求在编写某个功能的代码之前先编写测试代码,然后只编写使测试通过的功能代码,通过测试来推动整个开发的进行。这有助于编写简洁可用和高质量的代码,并加速开发过程。-Test-driven Development, English full name Test- Driven Development, hereinafter referred to as TDD, is a