Search code examples
MSTest Project targeting .NET is not available from the project template...

c#.netvisual-studiomstest

Read More
Difference between Microsoft.VisualStudio.TestPlatform.TestFramework and Microsoft.VisualStudio.Qual...

c#unit-testingvisual-studio-2015mstestvisual-studio-2017

Read More
C# - MS Test - Create a test that runs another test first...

c#.netunit-testingintegration-testingmstest

Read More
Unit testing blazor component that includes StateHasChanged() method with MSTest...

c#unit-testingmoqblazor-webassemblymstest

Read More
Why does a test method with DataTestMethod decorator fail to run more than once when multiple DataRo...

c#visual-studio-2022mstest

Read More
Assert.AreEqual fails while it shouldn't...

c#visual-studio-2012mstestassert

Read More
Why does TestInitialize get fired for every test in my Visual Studio unit tests?...

c#visual-studiovisual-studio-2010mstestvs-unit-testing-framework

Read More
How to run self-contained .NET Core tests?...

.net-coremstestself-contained

Read More
xUnit Equivalent of MSTest's Assert.Inconclusive...

unit-testingmstestassertxunitassertion

Read More
XUnit and MSTest with ExpectedException Returning Different Results...

c#mstestxunityield-returnexpected-exception

Read More
BadImageFormatException when AnyCPU test assembly implements interface from x64 production assembly...

c#visual-studio-2010mstest64-bit

Read More
Entity Framework Provider type could not be loaded?...

c#entity-frameworkmstestteamcity-7.1entity-framework-6

Read More
Can't read app.config in C# .NET Core unit test project with ConfigurationManager...

c#unit-testing.net-coremstestapp-config

Read More
Can I use mstest.exe without installing Visual Studio?...

visual-studiomstestbuild-server

Read More
Cannot access Properties value in MSTest...

c#.netunit-testingmstesttestcontext

Read More
How to write to Console.Out during execution of an MSTest test...

c#consolemstestwatin

Read More
How to exclude certain tests in the Visual Studio Test Runner?...

c#visual-studiounit-testingvisual-studio-2012mstest

Read More
FluentAssertions: Custom Double Comparer...

c#unit-testingprecisionmstestfluent-assertions

Read More
Why is [TestClass]'s constructor called multiple times for each [TestMethod]?...

c#unit-testingmstest

Read More
Data source name not found while running the unit test...

c#mstestdata-driven-tests

Read More
Mocking a method with return type task...

c#unit-testingtask-parallel-librarymoqmstest

Read More
how to check which unit test has covered specific line of code in visual studio...

.netvisual-studiounit-testingasp.net-coremstest

Read More
In MSTest how to find the total number of tests to run in ClassInitialize or AssemblyInitialize?...

c#unit-testingmstestcoded-ui-tests

Read More
How to organize TestClass to show in TestExplorer multiple times, once per each parameter?...

c#mstest

Read More
Get an error when verify the mock test in asp dot net core...

c#asp.net-coremoqmsteststackexchange.redis

Read More
MSTest v2 and The source IQueryable doesn't implement IAsyncEnumerable with Entity Framework Cor...

c#unit-testingasync-awaitentity-framework-coremstest

Read More
Execution context (AsyncLocal) loses values if TestInitialize is an async method...

c#.netasync-awaitmstestexecutioncontext

Read More
MSTest differences between .NET Core and .Net Framework projects...

c#.netunit-testingmstestdata-driven-tests

Read More
Checking "value equality" of mutable classes in unit tests...

c#.netmstest

Read More
How can I reset an EF7 InMemory provider between unit tests?...

c#unit-testingentity-framework-coremstest

Read More
BackNext