Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05f6814

Browse files
authored
Add C# TUnit testing prompt template (#88)
* feat: add C# TUnit testing prompt template- Added csharp-tunit.prompt.md with structured prompt template- Provides testing guidelines and best practices for C# development using TUnit framework- Includes comprehensive testing patterns for .NET projects* docs: add TUnit entry to README.md- Added TUnit Best Practices entry after NUnit and before XUnit- References prompts/csharp-tunit.prompt.md with proper description- Includes VS Code and VS Code Insiders installation badges* move: relocate TUnit prompt to prompts directory- Move csharp-tunit.prompt.md from root to prompts/ directory- Follow established project organization pattern- All prompt files should be in the prompts directory
1 parentc321e2a commit05f6814

File tree

2 files changed

+102
-0
lines changed

2 files changed

+102
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi
9191
|[C# Documentation Best Practices](prompts/csharp-docs.prompt.md)| Ensure that C# types are documented with XML comments and follow best practices for documentation.|[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-docs.prompt.md)[![Install in VS Code](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-docs.prompt.md)|
9292
|[MSTest Best Practices](prompts/csharp-mstest.prompt.md)| Get best practices for MSTest unit testing, including data-driven tests|[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-mstest.prompt.md)[![Install in VS Code](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-mstest.prompt.md)|
9393
|[NUnit Best Practices](prompts/csharp-nunit.prompt.md)| Get best practices for NUnit unit testing, including data-driven tests|[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-nunit.prompt.md)[![Install in VS Code](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-nunit.prompt.md)|
94+
|[TUnit Best Practices](prompts/csharp-tunit.prompt.md)| Get best practices for TUnit unit testing, including data-driven tests|[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-tunit.prompt.md)[![Install in VS Code](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-tunit.prompt.md)|
9495
|[XUnit Best Practices](prompts/csharp-xunit.prompt.md)| Get best practices for XUnit unit testing, including data-driven tests|[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-xunit.prompt.md)[![Install in VS Code](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fcsharp-xunit.prompt.md)|
9596
|[.NET/C# Best Practices](prompts/dotnet-best-practices.prompt.md)| Ensure .NET/C# code meets best practices for the solution/project.|[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fdotnet-best-practices.prompt.md)[![Install in VS Code](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fdotnet-best-practices.prompt.md)|
9697
|[.NET/C# Design Pattern Review](prompts/dotnet-design-pattern-review.prompt.md)| Review the C#/.NET code for design pattern implementation and suggest improvements.|[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fdotnet-design-pattern-review.prompt.md)[![Install in VS Code](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fdotnet-design-pattern-review.prompt.md)|

‎prompts/csharp-tunit.prompt.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
mode:'agent'
3+
tools:['changes', 'codebase', 'editFiles', 'problems', 'search']
4+
description:'Get best practices for TUnit unit testing, including data-driven tests'
5+
---
6+
7+
#TUnit Best Practices
8+
9+
Your goal is to help me write effective unit tests with TUnit, covering both standard and data-driven testing approaches.
10+
11+
##Project Setup
12+
13+
- Use a separate test project with naming convention`[ProjectName].Tests`
14+
- Reference TUnit package and TUnit.Assertions for fluent assertions
15+
- Create test classes that match the classes being tested (e.g.,`CalculatorTests` for`Calculator`)
16+
- Use .NET SDK test commands:`dotnet test` for running tests
17+
- TUnit requires .NET 8.0 or higher
18+
19+
##Test Structure
20+
21+
- No test class attributes required (like xUnit/NUnit)
22+
- Use`[Test]` attribute for test methods (not`[Fact]` like xUnit)
23+
- Follow the Arrange-Act-Assert (AAA) pattern
24+
- Name tests using the pattern`MethodName_Scenario_ExpectedBehavior`
25+
- Use lifecycle hooks:`[Before(Test)]` for setup and`[After(Test)]` for teardown
26+
- Use`[Before(Class)]` and`[After(Class)]` for shared context between tests in a class
27+
- Use`[Before(Assembly)]` and`[After(Assembly)]` for shared context across test classes
28+
- TUnit supports advanced lifecycle hooks like`[Before(TestSession)]` and`[After(TestSession)]`
29+
30+
##Standard Tests
31+
32+
- Keep tests focused on a single behavior
33+
- Avoid testing multiple behaviors in one test method
34+
- Use TUnit's fluent assertion syntax with`await Assert.That()`
35+
- Include only the assertions needed to verify the test case
36+
- Make tests independent and idempotent (can run in any order)
37+
- Avoid test interdependencies (use`[DependsOn]` attribute if needed)
38+
39+
##Data-Driven Tests
40+
41+
- Use`[Arguments]` attribute for inline test data (equivalent to xUnit's`[InlineData]`)
42+
- Use`[MethodData]` for method-based test data (equivalent to xUnit's`[MemberData]`)
43+
- Use`[ClassData]` for class-based test data
44+
- Create custom data sources by implementing`ITestDataSource`
45+
- Use meaningful parameter names in data-driven tests
46+
- Multiple`[Arguments]` attributes can be applied to the same test method
47+
48+
##Assertions
49+
50+
- Use`await Assert.That(value).IsEqualTo(expected)` for value equality
51+
- Use`await Assert.That(value).IsSameReferenceAs(expected)` for reference equality
52+
- Use`await Assert.That(value).IsTrue()` or`await Assert.That(value).IsFalse()` for boolean conditions
53+
- Use`await Assert.That(collection).Contains(item)` or`await Assert.That(collection).DoesNotContain(item)` for collections
54+
- Use`await Assert.That(value).Matches(pattern)` for regex pattern matching
55+
- Use`await Assert.That(action).Throws<TException>()` or`await Assert.That(asyncAction).ThrowsAsync<TException>()` to test exceptions
56+
- Chain assertions with`.And` operator:`await Assert.That(value).IsNotNull().And.IsEqualTo(expected)`
57+
- Use`.Or` operator for alternative conditions:`await Assert.That(value).IsEqualTo(1).Or.IsEqualTo(2)`
58+
- Use`.Within(tolerance)` for DateTime and numeric comparisons with tolerance
59+
- All assertions are asynchronous and must be awaited
60+
61+
##Advanced Features
62+
63+
- Use`[Repeat(n)]` to repeat tests multiple times
64+
- Use`[Retry(n)]` for automatic retry on failure
65+
- Use`[ParallelLimit<T>]` to control parallel execution limits
66+
- Use`[Skip("reason")]` to skip tests conditionally
67+
- Use`[DependsOn(nameof(OtherTest))]` to create test dependencies
68+
- Use`[Timeout(milliseconds)]` to set test timeouts
69+
- Create custom attributes by extending TUnit's base attributes
70+
71+
##Test Organization
72+
73+
- Group tests by feature or component
74+
- Use`[Category("CategoryName")]` for test categorization
75+
- Use`[DisplayName("Custom Test Name")]` for custom test names
76+
- Consider using`TestContext` for test diagnostics and information
77+
- Use conditional attributes like custom`[WindowsOnly]` for platform-specific tests
78+
79+
##Performance and Parallel Execution
80+
81+
- TUnit runs tests in parallel by default (unlike xUnit which requires explicit configuration)
82+
- Use`[NotInParallel]` to disable parallel execution for specific tests
83+
- Use`[ParallelLimit<T>]` with custom limit classes to control concurrency
84+
- Tests within the same class run sequentially by default
85+
- Use`[Repeat(n)]` with`[ParallelLimit<T>]` for load testing scenarios
86+
87+
##Migration from xUnit
88+
89+
- Replace`[Fact]` with`[Test]`
90+
- Replace`[Theory]` with`[Test]` and use`[Arguments]` for data
91+
- Replace`[InlineData]` with`[Arguments]`
92+
- Replace`[MemberData]` with`[MethodData]`
93+
- Replace`Assert.Equal` with`await Assert.That(actual).IsEqualTo(expected)`
94+
- Replace`Assert.True` with`await Assert.That(condition).IsTrue()`
95+
- Replace`Assert.Throws<T>` with`await Assert.That(action).Throws<T>()`
96+
- Replace constructor/IDisposable with`[Before(Test)]`/`[After(Test)]`
97+
- Replace`IClassFixture<T>` with`[Before(Class)]`/`[After(Class)]`
98+
99+
**Why TUnit over xUnit?**
100+
101+
TUnit offers a modern, fast, and flexible testing experience with advanced features not present in xUnit, such as asynchronous assertions, more refined lifecycle hooks, and improved data-driven testing capabilities. TUnit's fluent assertions provide clearer and more expressive test validation, making it especially suitable for complex .NET projects.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp