peter_r
-
AutoFixture
by: peter_r ploeh- 244,705 total downloads
- last updated 4/29/2015
- Latest version: 3.30.4
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case. -
- 89,648 total downloads
- last updated 4/29/2015
- Latest version: 3.30.4
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance. Read more at... More information -
- 58,481 total downloads
- last updated 4/29/2015
- Latest version: 3.30.4
By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language). -
- 18,275 total downloads
- last updated 4/29/2015
- Latest version: 3.30.4
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Rhino Mocks. To use it, add the AutoRhinoMockCustomization to your Fixture instance. Read more at... More information -
- 299 total downloads
- last updated 3/31/2015
- Latest version: 0.8.4
Fluent Builders is a helper library for Test Data Builder classes, enabling you to make powerful and reusable fluent-style builders for your tests in no time.