ワンクリックで
xunit-test-framework
Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Multi-signal framework detection with confidence scoring for 6 major frameworks
Node.js/TypeScript backend framework with dependency injection and modular architecture
Execute and generate ExUnit tests for Elixir projects with setup callbacks, describe blocks, and async testing support
Automatically detect test frameworks (Jest, pytest, RSpec, xUnit) in projects by analyzing configuration files and dependencies
Execute and generate pytest tests for Python projects with fixtures, parametrization, and mocking support
Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support
| name | xUnit Test Framework |
| description | Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support |
| version | 1.0.0 |
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.