dotnet-tunit-test

Installation
SKILL.md

Testing with TUnit

When to Use This Skill

Use this skill when:

  • Creating a new TUnit test project or adding TUnit to an existing solution
  • Writing unit, integration, or acceptance tests using TUnit
  • Migrating tests from xUnit, NUnit, or MSTest to TUnit
  • Configuring data-driven tests with [Arguments], [MethodDataSource], or [ClassDataSource]
  • Setting up test lifecycle hooks ([Before]/[After])
  • Controlling parallelism with [NotInParallel], [DependsOn], or parallel groups
  • Writing ASP.NET Core integration tests with TUnit.AspNetCore
  • Configuring TUnit for CI/CD pipelines with coverage and TRX reports

What is TUnit?

TUnit is a modern, source-generated testing framework for .NET built on the Microsoft Testing Platform. Key characteristics:

Installs
40
GitHub Stars
50
First Seen
Mar 7, 2026
dotnet-tunit-test — wshaddix/dotnet-skills