Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
generate-test.csrun-test.shProvide xUnit test execution and generation for C#/.NET projects.
dotnet run --project generate-test.csproj -- --source=Calculator.cs --output=CalculatorTests.cs --description="Division by zero"
dotnet test --filter=CalculatorTests
JSON with success, passed, failed, total, and failures array.