Loading...
Loading...
Get best practices for XUnit unit testing, including data-driven tests
npx skill4agent add github/awesome-copilot csharp-xunit[ProjectName].TestsCalculatorTestsCalculatordotnet test[Fact]MethodName_Scenario_ExpectedBehaviorIDisposable.Dispose()IClassFixture<T>ICollectionFixture<T>[Theory][InlineData][MemberData][ClassData]DataAttributeAssert.EqualAssert.SameAssert.TrueAssert.FalseAssert.ContainsAssert.DoesNotContainAssert.MatchesAssert.DoesNotMatchAssert.Throws<T>await Assert.ThrowsAsync<T>[Trait("Category", "CategoryName")]ITestOutputHelperSkip = "reason"