The TestContext.TestName property NEVER changes...
Read MoreWhy do ReSharper and the built-in MSTest runner ignore my tests that aren't supposed to be ignor...
Read MoreTesting of even easy behaviour leads to a jungle of testing functions...
Read MoreCannot test ILogger<T> Received with NSubstitute...
Read MoreAll invocation on the mock must have a corresponding setup when setting string parameter...
Read MoreHow to Profile Unit Tests of MsTest in Visual Studio 2008?...
Read MoreI'm trying to create MSTest method for .NET Core application...
Read MoreGlobal test initialize method for MSTest...
Read MoreVisual Studio 2022 Code Coverage Analysis Unusual Behavior...
Read MoreHow to test a PrivateObject in a .net standard test project?...
Read MoreAzure Devops 2019 Cannot Enable Diagnostics in Visual Studio Test Task...
Read MoreMSTest: Unit Testing HttpContext.SignoutAsync for the logout...
Read MoreMSTest for C# project targeting .Net version 5?...
Read MoreHow to ignore particular test case in MSTest...
Read MoreMSTest, when does [ClassCleanup] invocation happen when having test classes inheritance...
Read MoreHow can I check if project is a Test Project? (NUnit, MSTest, xUnit)...
Read MoreRunning multiple Unit Tests in an unit test project...
Read MoreWhy empty collection assertion does not work in MSTest?...
Read MoreWhat is the difference between MSTest.TestAdapter vs MSTest.TestFramework and when do I need which o...
Read MoreAdding "Automated Test Type" value under Associated Automation within Test Case in Azure D...
Read MoreC# Unit Test DynamicDataDisplayName using MSTest...
Read MoreSystem.MissingMethodException Unit Test...
Read MoreSkip unit tests while running on the build server...
Read MoreAssert.Inconclusive and IgnoreAttribute...
Read MoreIs it possible to skip the AssemblyInitialize attribute for special tests?...
Read MoreVisual Studio MSTest doesn't stop on breakpoint when [ClassInitialize] tag present...
Read MoreCan MsTest unit tests be grouped in categories...
Read MoreIn Visual Studio Test, how to make a playlist which automatically excludes certain tests?...
Read MoreHow to fake database operations in Unit test?...
Read MoreIs there an MSTest equivalent to NUnit's Explicit Attribute?...
Read More