Agent skill
xUnit Test Framework
Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
Stars
11
Forks
2
Install this agent skill to your Project
npx add-skill https://github.com/FortiumPartners/ai-mesh/tree/main/skills/xunit-test
SKILL.md
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.
Didn't find tool you were looking for?