AutoFixture

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

MIT License

Stars
3.3K
Committers
80

Bot releases are visible (Hide)

AutoFixture - Version 3.49.0

Published by ploeh over 8 years ago

Populated SortedDictionary<,> by default, thereby resolving https://github.com/AutoFixture/AutoFixture/issues/623.

AutoFixture - Version 3.48.0

Published by ploeh over 8 years ago

Added AutoFixture.AutoFakeItEasy2 package, which is a Glue Library that enables AutoFixture to work as an Auto-mocking Container using FakeItEasy 2.x (instead of FakeItEasy 1.x, which is still supported by AutoFixture.AutoFakeItEasy).

AutoFixture - Version 3.47.0

Published by ploeh over 8 years ago

SortedSet<T> is now filled with values by default.

AutoFixture - Version 3.46.0

Published by ploeh over 8 years ago

  • Fixture can now resolve lambda expressions.
AutoFixture - Version 3.45.0

Published by ploeh over 8 years ago

  • Added [NoAutoProperties] attribute to AutoFixture.NUnit3.
AutoFixture - Version 3.44.0

Published by ploeh over 8 years ago

  • Added [InlineAutoData] attribute to AutoFixture.NUnit3.
AutoFixture - Version 3.43.0

Published by ploeh over 8 years ago

  • Added [Modest] parameter attribute to AutoFixture.NUnit3.
  • Added [Greedy] parameter attribute to AutoFixture.NUnit3.
  • Added [FavorLists] parameter attribute to AutoFixture.NUnit3.
  • Added [FavorEnumerables] parameter attribute to AutoFixture.NUnit3.
  • Added [FavorArrays] parameter attribute to AutoFixture.Nunit3.
AutoFixture - Version 3.42.0

Published by ploeh over 8 years ago

Added [Frozen] attribute to AutoFixture.NUnit3.

AutoFixture - Version 3.41.0

Published by ploeh over 8 years ago

Added AutoFixture.NUnit3, a Glue Library similar to AutoFixture.NUnit2, AutoFixture.Xunit2, and AutoFixture.Xunit, but for NUnit 3.x. This version is still a work in progress. It doesn't have all the features of these other Glue Libraries, but the features that are included have been tested with the same rigour as the rest of AutoFixture.

AutoFixture - Version 3.40.0

Published by ploeh over 8 years ago

  • Fixture can now create System.Net.IPAddress values (IPAddress.Loopback is always returned).
AutoFixture - Version 3.39.0

Published by ploeh over 8 years ago

AutoFixture - Version 3.38.0

Published by ploeh almost 9 years ago

AutoFixture - Version 3.37.0

Published by ploeh almost 9 years ago

AutoFixture - v3.36.10

Published by ecampidoglio almost 9 years ago

Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
License Build status release NuGet version NuGet preview version NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet NuGet
Related Projects