dipendrashekhawat / UnitTestingDemo-MSTest

Unit Testing using MSTest framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing in C# with MSTest

A very basic demo of creating UNIT test project in C# using Microsoft's Testing Framework - MSTest.

Using [TestClass] and [TestMethod] attributes we can write our test cases to be executed by the Test runner.

About

Unit Testing using MSTest framework


Languages

Language:C# 100.0%