AutoFixture (@autofixture) 's Twitter Profile
AutoFixture

@autofixture

A set of libraries to simplify TDD by automatic generation of test data.

ID: 887593847819251712

linkhttps://github.com/AutoFixture/AutoFixture calendar_today19-07-2017 08:43:58

45 Tweet

137 Followers

3 Following

AutoFixture (@autofixture) 's Twitter Profile Photo

Released v4.4.0 🎈 - Added auto-configured mode to the FakeItEasy integration (thx Blair Conrad πŸ™) - Support `MinLength` and `MaxLength` attributes now - Support `TimeSpan` for the `Range` annotation attribute Plug and play πŸ˜‰

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.5.0 🎈 - Now we can resolve non-typed `LambdaExpression` type - Introduced `UnwrapMemberRequest` builder and `ToCustomization()` extension method - enjoy even better customizing experience πŸ₯³ - Bug fixes and improvements Thanks @Pvlerick

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.6.0🎈 Added `With()` overloads taking value factory, so you can configure your types with much higher flexibility: var entities = fixture .Build<Entity>() .With(x => x.EvenNumber, (int num) => num * 2) .CreateMany(10);

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.7.0🎈 - Added FakeItEasy 5.0 support. - Now target `netstandard 2.0` directly by AutoFakeItEasy. - Fixed delegate generation issue with the latest Moq. Enjoy πŸ₯³

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.9.0 🎈 - Now target `netstandard 2.0` directly by all packages. Enjoy smaller dependency treeπŸ‘² - Update dependencies to specify that Moq 4.11.0+ is not supported for netstandard 1.x.

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.10.0 🎈 - Now you can use `null` as a valid input for the `InlineAutoData` attribute for NUnit 3. It's even more convenient to write null guard checks now!

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.11.0🎈 - Added `AutoMemberData` attribute to the xUnit 2 integration library. It behaves like the `MemberData` attribute, but in addition auto generates rest of your inputs.

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome our new maintainer Andrei Ivascu πŸŽ‰πŸŒŸβœ¨ Also meet v4.12.0 🎈 - Added `EmptyStringBehaviorExpectation` and `WhiteSpaceStringBehaviorExpectation` expectations to Idioms lib to let you verify guard clauses even easily. Thanks Andrei!

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.13.0🎈 - Added .NET Standard v2.0 support for AutoFoq - Regex generation no longer yields same results when invoked in rapid succession

AutoFixture (@autofixture) 's Twitter Profile Photo

We've just enabled Discussions on GitHub! πŸŽ‰πŸŽˆ We hope this new feature will help us be closer to the community and keep the backlog more organized. You should come have a look, ask a question, share an idea or discuss someone else's! github.com/AutoFixture/Au…

Enrico Campidoglio (@ecampidoglio) 's Twitter Profile Photo

Just delivered the first talk of the year at #NDCLondon 2021: DRY TDD with AutoFixture. ndc-london.com/agenda/DRY-TDD… A year in, I feel much more comfortable doing online presentations now. Still miss the live audience, though.

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.16.0 🎈 - Added support for `EnumDataType` data annotation attributes - Small fixes in `ConstructorInitializedMemberAssertion` and NSubstitute glue library

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.17.0 🎈 - Added new behavior for filling read-only collection properties - Added support for FakeItEasy v7 in AutoFakeItEasy

AutoFixture (@autofixture) 's Twitter Profile Photo

Welcome v4.3.0 🎈 - Target `netstandard2.0` directly to support mail address generation there. - Use `Fare` library as a dependency - now we benefit from lib improvements. - Improve Guard Clause exception for mismatching argument name. Enjoy 🌟