mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
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:
committed by
GitHub
parent
d102a86fc0
commit
64e464582b
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user