less than 1 minute read

Hello, 👋

This is my first video blog post in which I try to explain AutoFixture.

https://www.youtube.com/watch?v=ec52FWmzQxA

Here’s the test case referenced in the video and the code repository for the Retroactiune project.

I used the following packages in my project.

    <ItemGroup>
        <PackageReference Include="AutoFixture" Version="4.17.0" />
        <PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" />
    </ItemGroup>

Thanks for watching! 🙂