一键导入
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.