Claude Code Plugins

Community-maintained marketplace

Feedback

xUnit Test Framework

@FortiumPartners/ai-mesh
5
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name xUnit Test Framework
description Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
version 1.0.0

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=CalculatorTests

Output Format

JSON with success, passed, failed, total, and failures array.