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 [ClassDataSource] [Test]

Assertion APIs by Framework

Related skills
Installs
7
GitHub Stars
388
First Seen
Apr 10, 2026