Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

MSTest Best Practices (MSTest 3.x/4.x)

porgithub·github· v1.0.0 · atualizado em 2026-04-10
79
Score

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

csharpmstestunit-testingtest-automationcode-qualitytesting-framework
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcsharp-mstest/workflow
1. Set up a separate test project referencing MSTest NuGet packages.
2. Create test classes with the `[TestClass]` attribute and seal them.
3. Implement test methods using the `[TestMethod]` attribute, following the Arrange-Act-Assert pattern.
4. Use constructors for initialization instead of `[TestInitialize]` when possible.
5. Choose appropriate assertion methods from the `Assert`, `StringAssert`, and `CollectionAssert` classes.
6. Run tests using `dotnet test` and analyze the results.
7. Refactor tests based on the results and maintainability considerations.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comNUnit Best Practices
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe comTUnit Best Practices
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe comXUnit Best Practices
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aAPI Test Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
88
Similar aTest Data Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aASP.NET Minimal API with OpenAPI
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
79
Co-executedTest Data Generator
49%
Hebbian Synapse
Composite0.494
w = 0.3·α + 0.5·β + 0.2·γ
83
Co-executedNUnit Best Practices
48%
Hebbian Synapse
Composite0.478
w = 0.3·α + 0.5·β + 0.2·γ
80
Co-executedTUnit Best Practices
51%
Hebbian Synapse
Composite0.508
w = 0.3·α + 0.5·β + 0.2·γ
82
Co-executedXUnit Best Practices
50%
Hebbian Synapse
Composite0.504
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

MSTest Best Practices (MSTest 3.x/4.x)
csharp-mstest
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
write unit tests with MSTestuse MSTest for C# testingget MSTest best practiceshow to use MSTest assertionsimplement data-driven tests in MSTestset up MSTest projectuse modern MSTest APIs

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download csharp-mstest
$ synaptic skills detail csharp-mstest
$ synaptic skills live csharp-mstest

Dependências

MSTest.TestFrameworkMSTest.TestAdapterMSTest.Sdk

Links

GitHub Repository