.NET測試工具 SpecsFor
SpecsFor 是一個用來測試 .NET 代碼的工具,它包括一個基本的測試夾具可自動處理各種測試要求。
這里有一些示例程序。
功能特性:

Everything In One Packge
The SpecsFor package contains everything you need for a new test project. Just add the NuGet package or download a ready-to-use archive, and you're all set with NUnit, Moq, ExpectedObjects, Should, and more. [Read More]

Flexible Base Fixture
The included base test fixture handles many common testing concerns for you automatically, leaving you free to write tests the way you want to write them. [Read More]

Additional Test Helpers
SpecsFor includes additional helpers to address common points of testing friction. Easily assert that two objects look the same, or set up expectations with Moq without complicated nested lambda expressions. [Read More]

Built For Extensibility
SpecsFor exposes numerous extension points, enabling you to customize the behavior of your tests to meet complex testing challenges. [Read More]