·xunit
</>

xunit

stuartf303/sorcha

Writes unit tests with xUnit framework across 30 test projects. Use when: writing new tests, adding test coverage, creating integration tests, setting up test fixtures, or debugging test failures.

9Installs·2Trend·@stuartf303

Installation

$npx skills add https://github.com/stuartf303/sorcha --skill xunit

SKILL.md

xUnit 2.9.3 is the testing framework for all 30 test projects in Sorcha. Tests use FluentAssertions for readable assertions and Moq for mocking. All tests follow strict MethodNameScenarioExpectedBehavior naming.

| [Fact] | Single test case | [Fact] public void MethodTest() {} | | [Theory] | Parameterized tests | [Theory] [InlineData(1)] public void Method(int x) {} | | IClassFixture | Per-class shared state | class Tests : IClassFixture | | ICollectionFixture | Cross-class shared state | [Collection("Db")] class Tests |

| IAsyncLifetime | Async setup/teardown | Task InitializeAsync(), Task DisposeAsync() |

Writes unit tests with xUnit framework across 30 test projects. Use when: writing new tests, adding test coverage, creating integration tests, setting up test fixtures, or debugging test failures. Source: stuartf303/sorcha.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuartf303/sorcha --skill xunit
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is xunit?

Writes unit tests with xUnit framework across 30 test projects. Use when: writing new tests, adding test coverage, creating integration tests, setting up test fixtures, or debugging test failures. Source: stuartf303/sorcha.

How do I install xunit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill xunit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/stuartf303/sorcha

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01