Reduce your tests cognitive complexity with AutoFixture

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • AutoFixture

    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.

  • Ensuring that your test is still readable and not bloated by the setup of those variables may be quite a challenge but hopefully no more with AutoFixture, let's see how!

  • xUnit

    xUnit.net is a free, open source, community-focused unit testing tool for .NET.

  • The setup here is really minimal, just create a new test project. I'll be using xUnit but NUnit should be fine too.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • NUnit

    NUnit Framework

  • The setup here is really minimal, just create a new test project. I'll be using xUnit but NUnit should be fine too.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Creating Your Own Custom Attributes in C# and Retrieving Their Values

    3 projects | dev.to | 17 Dec 2022
  • Getting Started with Unit Testing in Visual Studio 2022 - nUnit

    2 projects | /r/dotnet | 5 Jan 2022
  • Automated Test in C#?

    2 projects | /r/csharp | 23 Apr 2021
  • Optimizing C# code analysis for quicker .NET compilation

    4 projects | dev.to | 14 Nov 2023
  • Integration testing in Umbraco 10+: Validating document types

    1 project | dev.to | 3 Oct 2023