Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
Resources
2Install
npx skillscat add fortiumpartners/ai-mesh/xunit-test-framework Install via the SkillsCat registry.
SKILL.md
xUnit Test Framework
Purpose
Provide xUnit test execution and generation for C#/.NET projects.
Usage
dotnet run --project generate-test.csproj -- --source=Calculator.cs --output=CalculatorTests.cs --description="Division by zero"
dotnet test --filter=CalculatorTestsOutput Format
JSON with success, passed, failed, total, and failures array.