Search code examples
dotnet test will only run existing MSTest, and not include new xUnit test...

.net-coremstestxunit

Read More
Tests not working... MSTest.TestAdapter & MSTest.TestFramework not compatible with TFS 2015 SP3?...

unit-testingtfsmstest

Read More
How to run test sequences in new MSTests?...

c#seleniummstest

Read More
Inconsistent accessibility error using NUnit but compiles fine using only MSTest?...

c#compiler-errorsnunitmstest

Read More
Should you unit test constructors of abstract classes and, if so, how?...

c#unit-testingmstest

Read More
How to set 2d array as parameter for unit testing...

c#unit-testingmstestdata-driven-testsparameterized-unit-test

Read More
Use inheritance in MSTest for shared tests...

c#unit-testingdynamics-crmmstest

Read More
Simulate a delay in execution in Unit Test using Moq...

c#unit-testingmoqmstest

Read More
reverse typeof(T) to use type in tests...

c#typesmstest

Read More
Asserting in MSTEST that a collection OrderBy worked properly...

c#visual-studiounit-testingmstest

Read More
Viewing Unit Test Descriptions in Azure DevOps Test Results...

azure-devopsmstest

Read More
Visual Studio adds bin file to project...

c#visual-studio-2010mstestcoded-ui-tests

Read More
Generic data-driven unit test in MSTest...

c#genericsmstest

Read More
All MSTest Tests being ignored...

resharpervisual-studio-2013mstest

Read More
MSTest data driven Test set DisplayName for Rows from DataSource...

visual-studio-2012mstestxmldatasourcedata-driven-teststest-reporting

Read More
VS2019 MSTest output is truncated, option to get all output via Copy All not working anymore?...

visual-studio-2019mstest

Read More
MSTest code coverage returns empty in UWP Application...

c#uwpmstest

Read More
NUnit vs. MbUnit vs. MSTest vs. xUnit.net...

unit-testingnunitmstestmbunitxunit.net

Read More
Assert with the parameter that contains string...

c#unit-testingmoqmstest

Read More
Change parameter using Moq...

c#visual-studiomoqmstest

Read More
How to log unit test entry and leave in MSTest...

loggingmstest

Read More
Runtime folder structure when running xUnit.net tests...

c#.netmstestxunitxunit.net

Read More
MSTest cannot find TestAdapter.dll...

visual-studiovisual-studio-2017mstest

Read More
dotnet test command to display individual test run times?...

.net-coremstest

Read More
Debugging MSTest Unittests in Visual Studio Code...

debugging.net-corevisual-studio-codemstest

Read More
Unit testing ASP.NET Core 3.1 MVC controller - value cannot be null. (Parameter 'provider')...

c#asp.net-mvcasp.net-coremstest

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

c#.netunit-testingmoqmstest

Read More
How to run singleton method only once in multiple test projects...

c#unit-testingmstest

Read More
Execute test with vstest.console and parameters...

unit-testingvisual-studio-2012mstestdata-driven-tests

Read More
PropertyChanged event testing: is this a good way?...

c#.netwpfmvvmmstest

Read More
BackNext