AutoFixture

Easily Create and Manipulate Mock Anonymous Data for Unit Tests

Looking to easily create mock data for unit testing, harnessing the power of AutoFixture, C#9 Records and the Builder Pattern to aid with consistency and maintainability.

Posted on 20 April 2021

Generating Date of Birth values for .NET5.0 Record types using AutoFixture

Ever needed to generate realistic date of birth values for your anoymous unit test data? Sick of setting the value manually and seeing your own date of birth propagate through codebases as developers copy 'n' paste your example? Time to get AutoFixture to do the heavy lifting!

Posted on 09 March 2021

Create Anonymous Data Object With AutoFixture From Type

Creating anonymous data using AutoFixture's generic methods is great, but can you do it from a type?

Posted on 02 February 2021

AutoFixture and .NET 5.0 Record Types

Does AutoFixture and the new .NET 5 Record Types work together?

Posted on 19 January 2021

Lightning Talk on AutoFixture at dotNetOxford Nov 2020

First public speaking engagement, thoughts on how it went and link to video

Posted on 24 November 2020

Autofixture Generate Specific Format Values By Extending AutoDataAttribute

Using custom specimen builders with AutoDataAttribute functionality to reduce the amount of repeated code in your Arrange phase of unit tests.

Posted on 18 August 2020

AutoFixture Generate Specific Format with Specimen Builders

Writing a custom specimen builder to extend AutoFixture's auto generation routines to abide by business requirements.

Posted on 11 August 2020