行为测试驱动(BDD)框架Machine.Specifications.zip
Machine.Specifications简称 MSpec ,是一个行为测试驱动(BDD)框架,它本身并不是测试框架,而是在nUnit的基础上,作了一层友好性的封装。 行为驱动开发(Behavior-Driven Development)是领域驱动设计开发(Domain Driven Design)在测试领域的应用,剔出代码噪音。 因此,MSpec封装nUnit之后的重点就在于,体现测试本身的业务概念: 系统或者模块在某种特定环境(Context)下的行为/功能(Specifications),而不是某个类或某个方法是如何实现的。 这种基于上下文/功能描述(Context/Spe
文件列表
行为测试驱动(BDD)框架Machine.Specifications.zip
(预估有个152文件)
ExampleSpecs.cs
8KB
SpecificationRunnerWithBehaviorSpecs.cs
6KB
SpecificationRunnerSpecs.cs
21KB
ContextFactorySpecs.cs
14KB
AssemblyExplorerSpecs.cs
6KB
ControllerSpecs.cs
8KB
ContextSpecs.cs
5KB
ReflectionHelper.cs
4KB
DefaultRunner.cs
8KB
AssemblyRunner.cs
4KB
暂无评论