Docs

xUnit

v2.x

Unit testing framework.

testing

Install

cli
bash
dotnet add package xunit

Why xUnit

[Fact]

Simple, attribute-driven tests.

[Theory]

Data-driven cases.

Documentation

Guide