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.
Info
Version: | 5.0.0-preview0011 |
Author(s): | Mark Seemann, AutoFixture |
Last Update: | Monday, April 15, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/AutoFixture/AutoFixture |
NuGet Url: | https://www.nuget.org/packages/AutoFixture |
Install
Install-Package AutoFixture
dotnet add package AutoFixture
paket add AutoFixture
AutoFixture Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Fare(>= 2.1.1 && < 3.0.0)
- System.ComponentModel.Annotations(>= 4.3.0)
- Fare(>= 2.1.1 && < 3.0.0)
- Fare(>= 2.1.1 && < 3.0.0)
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel.Annotations(>= 4.3.0)
- System.ComponentModel.TypeConverter(>= 4.3.0)