← ClaudeAtlas

xunit-test-frameworklisted

Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
FortiumPartners/ensemble · ★ 10 · Testing & QA · score 71
Install: claude install-skill FortiumPartners/ensemble
# xUnit Test Framework ## Purpose Provide xUnit test execution and generation for C#/.NET projects. ## Usage ```bash dotnet run --project generate-test.csproj -- --source=Calculator.cs --output=CalculatorTests.cs --description="Division by zero" dotnet test --filter=CalculatorTests ``` ## Output Format JSON with success, passed, failed, total, and failures array.