Xunit Test Framework

Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support Use when this capability is needed.

tomevault-io Updated

File contents

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.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/fortiumpartners--ensemble--skills commit bfb8a5c810

Frequently asked questions

npx skillmds@latest add tomevault-io/xunit-test-framework