Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mstest

MS Test "Method not found: System.String" Error

unit-testing mstest

Why does this Assert fail?

unit-testing mstest

OpenCover Output with MSTest analyses same assembly twice

Code Coverage: Why is end marker red (End If, End Try, ...)

Comparing text in a unit test

unit-testing mstest

When MSTest fails in TestInitialize, why doesn't TestCleanup get executed?

How can we retrieve/get the feature and scenario title in step definitions?

Correct method for testing for an exception using Moq and MSTest

c# .net unit-testing moq mstest

Using Resharper Unit Test Runner for MSTest via Gallio

Running MSTEST.exe /publish on a TeamBuild server, what are the prerequisites?

tfs mstest publish tfsbuild trx

DirectoryInfo.Exists always returns false during MSTest

How to intentionally fail all C# unit tests

c# unit-testing mstest

Handle expected exception in unit test in MSTest

mocking a method using Moq framework doesn't return expected result

c# .net unit-testing moq mstest

CollectionAssert.Contains(myList, myItem) != Assert.IsTrue(myList.Contains(myItem))

c# .net unit-testing mstest

PrivateObject does not find property

c# .net unit-testing mstest

How to add moq to a working mstest unit test

moq mstest

Why is referenced dll getting locked while debugging under Resharper/MSTest?

Getting started with automated integration/unit testing in an existing code base

How do I tell mstest to ignore tests in a base class but not in subclasses?

c# inheritance mstest