Favicon of dotnet-test-frameworks

dotnet-test-frameworks Skill

AI Agent SkillC#Open source

Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit, and TUnit. Loaded by test analysis skills (test-anti-patterns) as framework-specific lookup tables. Published by microsoft in testfx.

What is dotnet-test-frameworks Skill?

Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit, and TUnit. Loaded by test analysis skills (test-anti-patterns) as framework-specific lookup tables. Published by microsoft in testfx. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
75/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Data analysis
  • Testing use cases
  • Data analysis use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use dotnet-test-frameworks Skill

  • Use it for testing.
  • Use it for data analysis.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/testfx
  • Skill file: .agents/skills/dotnet-test-frameworks/SKILL.md

What it does

Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit, and TUnit. Loaded by test analysis skills (test-anti-patterns) as framework-specific lookup tables.

Skill instructions

.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 | Category | MSTest | xUnit | NUnit | TUnit | | -------- | ------ | ----- | ----- | ----- | | Equality | Assert.AreEqual | Assert.Equal | Assert.That(x, Is.EqualTo(y)) | await Assert.That(x).IsEqualTo(y) | | Boolean | Assert.IsTrue / Assert.IsFalse | Assert.True / Assert.False | Assert.That(x, Is.True) | await Assert.That(x).IsTrue() / await Assert.That(x).IsFalse() | | Null | Assert.IsNull / Assert.IsNotNull | Assert.Null / Assert.NotNull | Assert.That(x, Is.Null) | await Asser

Explore related resources

Frequently asked questions

What is dotnet-test-frameworks?

dotnet-test-frameworks is a open-source AI agent skill with Copy skill directory. Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit, and TUnit.

Who is dotnet-test-frameworks best for?

dotnet-test-frameworks is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows.

How do I install dotnet-test-frameworks?

Install or run dotnet-test-frameworks using Copy skill directory. Check dotnet-test-frameworks for the latest setup command.

Is dotnet-test-frameworks actively maintained?

dotnet-test-frameworks may need a closer maintenance check before production use.

Share:

Stars
1,031
Forks
305
Last commit
9 days ago
Repository age
10 years
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to dotnet-test-frameworks