Claude
Skills
Sign in
Back

xUnit Test Framework

Included with Lifetime
$97 forever

Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support

Code Review

What this skill does


# 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.
Files: 3
Size: 2.0 KB
Complexity: 12/100
Category: Code Review

Related in Code Review