Add content and resources for AutoFixture in dot-net roadmap (#8696)

* Update autofixture@K49M_7gSpfJuZaE6WaHxQ.md

* Update src/data/roadmaps/aspnet-core/content/autofixture@K49M_7gSpfJuZaE6WaHxQ.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Abdelrahman Mohamed
2025-06-04 14:12:36 +03:00
committed by GitHub
parent d102a86fc0
commit 64e464582b

View File

@@ -1 +1,7 @@
# AutoFixture
# AutoFixture
AutoFixture is an open-source .NET library designed to minimize the 'Arrange' phase of your unit tests by creating object instances automatically with dummy data. It helps reduce boilerplate code and makes tests easier to maintain.
Visit the following resources to learn more:
- [@official@Quick start to AutoFixture](https://autofixture.github.io/docs/quick-start/)