AutoFixture
Authored by: Mark Seemann, AutoFixture
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.
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.AutoFakeItEasy
Authored by: Nikos Baxevanis, AutoFixture
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.
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.AutoFoq
Authored by: Nikos Baxevanis, AutoFixture
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.
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.AutoMoq
Authored by: Mark Seemann, AutoFixture
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 http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.AutoNSubstitute
Authored by: Daniel Hilgarth, Alex Povar, AutoFixture
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.
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.AutoRhinoMocks
Authored by: Mark Seemann, AutoFixture
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 http://blog.ploeh.dk/2010/11/13/RhinoMocksbasedAutomockingWithAutoFixture.aspx
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.Idioms
Authored by: Mark Seemann, AutoFixture
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 reusable classes and methods.
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.Idioms.FsCheck
Authored by: Nikos Baxevanis, AutoFixture
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 idioms into reusable classes and methods.
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.NUnit2
Authored by: Gert Jansen van Rensburg, AutoFixture
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).
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.NUnit3
Authored by: Hackle Wayne, AutoFixture
By leveraging some features of NUnit3, 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.0.0-preview0005 |
3 years ago |
AutoFixture.SeedExtensions
Authored by: AutoFixture
Extensions for the most common AutoFixture operations to provide overloads with a seed.
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.Xunit
Authored by: Mark Seemann, AutoFixture
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). For xUnit.net 2, please use the AutoFixture.Xunit2 NuGet Package.
|
5.0.0-preview0005 |
3 years ago |
AutoFixture.Xunit2
Authored by: Mark Seemann, AutoFixture
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.0.0-preview0005 |
3 years ago |
SemanticComparison
Authored by: Mark Seemann, AutoFixture
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 - even if they are of different types. Various fine-tuning options exist.
|
4.0.0-alpha.263 |
8 years ago |