Skip to content
#

autofixture

Here are 59 public repositories matching this topic...

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

  • Updated Apr 15, 2024
  • C#

This is a template for building REST APIs using .NET 7 and Entity Framework Core 7. It is a monolith using multilayer architecture and uses some common libraries and configurations very used in the .Net community.

  • Updated Sep 14, 2023
  • C#

It is the process where we test the behavior of the smallest units of the project independently. Our action methods in the controller are actually small components, and we can observe their behavior with unit test. The sensitive point is the state of being independent from each other. When testing a method, the method to be tested should not rel…

  • Updated Jul 25, 2022
  • C#

Improve this page

Add a description, image, and links to the autofixture topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the autofixture topic, visit your repo's landing page and select "manage topics."

Learn more