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 Takipรงi

3 Takip Edilen

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 ๐ŸŒŸ