ploeh
-
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). -
- 26,626 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 NSubstitute. To use it, add the AutoNSubstituteCustomization to your Fixture instance. Read more at... More information -
- 21,789 total downloads
- last updated 4/29/2015
- Latest version: 3.30.4
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 -
- 19,020 total downloads
- last updated 4/29/2015
- Latest version: 3.30.4
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 -
- 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 -
- 16,002 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 FakeItEasy. To use it, add the AutoFakeItEasyCustomization to your Fixture instance. Read more at... More information -
- 13,785 total downloads
- last updated 4/29/2015
- Latest version: 3.30.4
By leveraging the some features of NUnit, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language). -
- 11,004 total downloads
- last updated 6/11/2014
- Latest version: 1.0.2
A .NET library targeted at making Reflection programming more consistent, using a common set of abstractions and utilities. -
- 6,532 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 Foq. To use it, add the AutoFoqCustomization to your Fixture instance. Read more at... More information -
- 6,528 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). -
- 5,683 total downloads
- last updated 4/29/2015
- Latest version: 3.30.4
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.FsCheck library encapsulates these... More information -
- 5,576 total downloads
- last updated 4/29/2015
- Latest version: 2.0.0
Hyprlinkr is a small and very focused helper library for the ASP.NET Web API. It does one thing only: it creates URIs according to the application's route configuration in a type-safe manner. -
- 2,292 total downloads
- last updated 11/24/2014
- Latest version: 1.7.4
Azure Blog Storage persistence library for an event store implementation based on the Atom syndication format. -
AtomEventStore
by: ploeh- 2,160 total downloads
- last updated 11/24/2014
- Latest version: 1.7.4
Event store implementation based on the Atom syndication format. -
ZeroToNine
by: ploeh- 518 total downloads
- last updated 2/9/2014
- Latest version: 0.6.1
ZeroToNine is a library that help to manage explicit versioning for C# and F# projects, by automating editing of version information in AssemblyInfo files. -
- 381 total downloads
- last updated 3/19/2014
- Latest version: 0.2.1
An extension to xUnit.net, providing support for test cases as First-Class, programmatic citizens.