xunit-test-framework

star 11

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

FortiumPartners By FortiumPartners schedule Updated 10/20/2025

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.

Install via CLI
npx skills add https://github.com/FortiumPartners/ai-mesh --skill xunit-test-framework
Repository Details
star Stars 11
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
FortiumPartners
FortiumPartners Explore all skills →