Skip to content

Instantly share code, notes, and snippets.

View vctr-moraes's full-sized avatar
🏠
Working from home

Victor Moraes vctr-moraes

🏠
Working from home
View GitHub Profile
@vctr-moraes
vctr-moraes / MSTest Unit Testing Framework Cheat Sheet on Gist.md
Last active April 26, 2023 08:54
MSTest Unit Testing Framework Cheat Sheet on Gist

MSTest Unit Testing Framework Cheat Sheet on Gist

Installation

Install-Package MSTest.TestFramework

Install-Package MSTest.TestAdapter

Install-Package Microsoft.NET.Test.Sdk

Attributes (v2.x.)

  • [TestMethod]