Search code examples
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
Is it possible to have multiple 'TestClass'es in MSTest?...


visual-studio-2008mstest

Read More
Is it possible to execute code once before all tests run?...


.netmstest

Read More
The entity type 'List<string>' requires a primary key to be defined in my mstest...


c#.netmstest

Read More
Mocking SqlConnection, SqlCommand and SqlReader in C# using MsTest...


c#mockingado.netmstest

Read More
Get TestResult in MSTest TestCleanup in C#...


c#seleniummstesttest-results

Read More
MissingMethodException in Integration test with sqlite...


c#.netsqlitemstest

Read More
How to properly make use of TestContext.Properties...


c#seleniummstest

Read More
C# unit testing MassTransit handler with MSTest, Moq and FluentAssertions. Can't verify method c...


c#moqmstestfluent-assertions

Read More
NuGet MSTest.TestAdapter.3.0.0 crashes in .Net "Framework" 4.8...


mstest.net-4.8

Read More
Consuming files in UnitTests running in Azure DevOps Pipeline...


c#.netazure-pipelinesdevopsmstest

Read More
MsTest ClassInitialize and Inheritance...


c#mstest

Read More
Cannot load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=3.1.0.0&#...


c#nugetmstestpackagereferencepackages.config

Read More
.NET (core) 5.0: Unit testing hangs forever...


.net.net-corenunitmstestxunit

Read More
I added a reference to the main project, but the testing project still doesn't see the classes o...


c#visual-studiomstest

Read More
Is it possible to run code after all tests finish executing in MStest...


c#mstest

Read More
Clean Up after Canceling tests...


c#visual-studiovisual-studio-2013mstestspecflow

Read More
How to fake ASP.NET MVC UrlHelper with FakeitEasy...


c#asp.net-mvcmstestfakeiteasy

Read More
Unit Testing Error - "Unable to get type" "Error: Could not load type" "fro...


visual-studiounit-testingmstest

Read More
unit testing for ArgumentNullException by param name...


c#unit-testingdependency-injectionmstest

Read More
How do I use MSTest without Visual Studio?...


visual-studio-2010visual-studiounit-testingmstest

Read More
FakeItEasy A.CollectionOfFake doesn't work...


wcfmstestfakeiteasy

Read More
How to prevent expected exceptions from breaking the debug test run?...


.netvisual-studioexceptiondebuggingmstest

Read More
How do I add a DbContext to an MSTest project?...


c#mstestdbcontext

Read More
BackNext