AutoFixture
-
- 464,104 total downloads
- last updated 12/8/2015
- Latest version: 3.37.3
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. -
- 182,487 total downloads
- last updated 12/8/2015
- Latest version: 3.37.3
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 -
- 109,308 total downloads
- last updated 12/8/2015
- Latest version: 3.37.3
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). -
- 50,143 total downloads
- last updated 12/8/2015
- Latest version: 3.37.3
Ubiquitous use of AutoFixture for unit testing has given rise to a number of idiomatic unit tests - unit tests that tend to follow common templates. The AutoFixture Idioms library encapsulates these idioms into... More information -
- 46,502 total downloads
- last updated 12/8/2015
- Latest version: 3.37.3
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by NSubstitute. To use it, add the AutoNSubstituteCustomization to your Fixture instance. Read more at... More information -
- 41,517 total downloads
- last updated 12/8/2015
- Latest version: 3.37.3
SemanticComparison makes it easier to compare instances of various objects to each other. Instead of performing a normal equality comparison, SemanticComparison compares objects that look semantically similar -... More information