Executes and generates xUnit tests for C#/.NET projects with FluentAssertions and Moq. Outputs JSON results including passed, failed, and total counts. Useful for dotnet test workflows.
npx claudepluginhub fortiumpartners/ai-meshThis skill uses the workspace's default tool permissions.
Provide xUnit test execution and generation for C#/.NET projects.
Provides XUnit best practices for C# unit tests: setup, AAA pattern, [Fact]/[Theory] tests, data-driven with InlineData, assertions, Moq mocking, and fixtures/traits.
Provides C# and .NET testing patterns with xUnit, FluentAssertions, Moq/NSubstitute mocking, Testcontainers integration tests, and AAA structure. For writing, reviewing, or debugging tests.
Detects .NET test platforms (VSTest/MTP) and frameworks (MSTest/xUnit/NUnit/TUnit), runs tests with dotnet test, applies filters, troubleshoots execution failures.
Share bugs, ideas, or general feedback.
Provide 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.