dotnet-test-frameworks

Installation
SKILL.md

.NET Test Framework Reference

Language-specific detection patterns for .NET test frameworks (MSTest, xUnit, NUnit, TUnit).

Test File Identification

Framework Test class markers Test method markers
MSTest [TestClass] [TestMethod], [DataTestMethod]
xUnit (none — convention-based) [Fact], [Theory]
NUnit [TestFixture] [Test], [TestCase], [TestCaseSource]
TUnit (none — convention-based) [Test]

Assertion APIs by Framework

Installs
446
Repository
dotnet/skills
GitHub Stars
3.5K
First Seen
Apr 8, 2026
dotnet-test-frameworks — dotnet/skills