MSTest.TestAdapter 4.4.0
MSTest.TestAdapter
MSTest is Microsoft supported Test Framework.
This package includes the adapter logic to discover and run tests. For access to the testing framework, install the MSTest.TestFramework package.
Getting started
After referencing both MSTest.TestAdapter and MSTest.TestFramework, define tests with [TestClass] and [TestMethod]:
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class CalculatorTests
{
[TestMethod]
public void AddReturnsExpectedResult()
=> Assert.AreEqual(4, 2 + 2);
}
Supported platforms:
- .NET 4.6.2+
- .NET 8.0+
- .NET 8.0 Windows.18362+ (WinUI)
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9+
Documentation
For installation and configuration guidance, see https://learn.microsoft.com/dotnet/core/testing/unit-testing-mstest-getting-started.
For information about running tests, see https://learn.microsoft.com/dotnet/core/testing/unit-testing-mstest-running-tests.
Showing the top 20 packages that depend on MSTest.TestAdapter.
| Packages | Downloads |
|---|---|
|
MSTest
A meta package to simplify test projects.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+ (Universal Windows Apps 10+)
- .NET 5.0
- .NET 5.0 Windows.18362+
- ASP.NET Core 1.0+
|
19 |
|
MSTest
A meta package to simplify test projects.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+ (Universal Windows Apps 10+)
- .NET 6.0
- .NET 6.0 Windows.18362+
- ASP.NET Core 1.0+
|
17 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET 8.0+
- .NET 8.0 Windows.18362+ (WinUI)
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9+
|
16 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET 8.0+
- .NET 8.0 Windows.18362+ (WinUI)
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9+
|
17 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET 8.0+
- .NET 8.0 Windows.18362+ (WinUI)
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9+
|
18 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
|
16 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
|
17 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
|
18 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
|
19 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9+
|
16 |
|
MSTest
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
- UWP 10.0.17763 with .NET 9+
|
17 |
See the release notes at https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#4.4.0.
.NET Framework 4.6.2
- Microsoft.Testing.Extensions.Telemetry (>= 2.4.0)
- Microsoft.Testing.Extensions.TrxReport.Abstractions (>= 2.4.0)
- Microsoft.Testing.Platform.MSBuild (>= 2.4.0)
- MSTest.TestFramework (>= 4.4.0)
- Microsoft.TestPlatform.ObjectModel (>= 18.9.0)
- System.Memory (>= 4.6.3)
- System.Threading.Tasks.Extensions (>= 4.5.4)
UAP 10.0.16299
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.Memory (>= 4.6.3)
- Microsoft.TestPlatform.ObjectModel (>= 18.9.0)
- MSTest.TestFramework (>= 4.4.0)
.NET 9.0
- Microsoft.TestPlatform.ObjectModel (>= 18.9.0)
- MSTest.TestFramework (>= 4.4.0)
- Microsoft.Testing.Platform.MSBuild (>= 2.4.0)
- Microsoft.Testing.Extensions.TrxReport.Abstractions (>= 2.4.0)
- Microsoft.Testing.Extensions.Telemetry (>= 2.4.0)
.NET 9.0
- Microsoft.TestPlatform.ObjectModel (>= 18.9.0)
- MSTest.TestFramework (>= 4.4.0)
- Microsoft.Testing.Platform.MSBuild (>= 2.4.0)
- Microsoft.Testing.Extensions.TrxReport.Abstractions (>= 2.4.0)
- Microsoft.Testing.Extensions.Telemetry (>= 2.4.0)
.NET 8.0
- Microsoft.TestPlatform.ObjectModel (>= 18.9.0)
- Microsoft.Testing.Platform.MSBuild (>= 2.4.0)
- MSTest.TestFramework (>= 4.4.0)
- Microsoft.Testing.Extensions.Telemetry (>= 2.4.0)
- Microsoft.Testing.Extensions.TrxReport.Abstractions (>= 2.4.0)
.NET 8.0
- Microsoft.Testing.Extensions.Telemetry (>= 2.4.0)
- Microsoft.Testing.Platform.MSBuild (>= 2.4.0)
- MSTest.TestFramework (>= 4.4.0)
- Microsoft.TestPlatform.ObjectModel (>= 18.9.0)
- Microsoft.Testing.Extensions.TrxReport.Abstractions (>= 2.4.0)
| Version | Downloads | Last updated |
|---|---|---|
| 4.4.0 | 3 | 09/04/2026 |
| 4.3.3 | 21 | 07/29/2026 |
| 4.3.2 | 21 | 07/25/2026 |
| 4.3.0 | 21 | 07/26/2026 |
| 4.2.3 | 23 | 07/26/2026 |
| 4.2.2 | 19 | 07/26/2026 |
| 4.2.1 | 17 | 07/26/2026 |
| 4.1.0 | 18 | 07/26/2026 |
| 4.0.2 | 20 | 07/26/2026 |
| 4.0.1 | 19 | 07/26/2026 |
| 4.0.0 | 25 | 07/26/2026 |
| 4.0.0-preview.25480.4 | 21 | 07/26/2026 |
| 4.0.0-preview.25465.3 | 19 | 07/26/2026 |
| 4.0.0-preview.25454.2 | 17 | 07/26/2026 |
| 4.0.0-preview.25452.10 | 25 | 07/26/2026 |
| 4.0.0-preview.25415.9 | 19 | 07/26/2026 |
| 4.0.0-preview.25372.6 | 22 | 07/26/2026 |
| 4.0.0-preview.25358.7 | 17 | 07/26/2026 |
| 3.11.1 | 22 | 07/26/2026 |
| 3.11.0 | 20 | 07/26/2026 |
| 3.10.5 | 21 | 07/26/2026 |
| 3.10.4 | 21 | 07/26/2026 |
| 3.10.3 | 16 | 07/26/2026 |
| 3.10.2 | 15 | 07/26/2026 |
| 3.10.1 | 22 | 07/26/2026 |
| 3.10.0 | 22 | 07/26/2026 |
| 3.9.3 | 23 | 07/26/2026 |
| 3.9.2 | 19 | 07/26/2026 |
| 3.9.1 | 21 | 07/26/2026 |
| 3.9.0 | 21 | 07/26/2026 |
| 3.9.0-preview.25167.10 | 22 | 07/26/2026 |
| 3.8.3 | 21 | 07/26/2026 |
| 3.8.2 | 21 | 07/26/2026 |
| 3.8.1 | 23 | 07/26/2026 |
| 3.8.0 | 18 | 07/26/2026 |
| 3.7.3 | 17 | 07/26/2026 |
| 3.7.2 | 25 | 07/26/2026 |
| 3.7.1 | 20 | 07/26/2026 |
| 3.7.0 | 22 | 07/26/2026 |
| 3.6.4 | 18 | 07/26/2026 |
| 3.6.3 | 23 | 07/26/2026 |
| 3.6.2 | 19 | 07/26/2026 |
| 3.6.1 | 18 | 07/26/2026 |
| 3.6.0 | 19 | 07/26/2026 |
| 3.5.2 | 20 | 07/26/2026 |
| 3.5.1 | 20 | 07/26/2026 |
| 3.5.0 | 26 | 07/26/2026 |
| 3.5.0-preview.24325.7 | 22 | 07/26/2026 |
| 3.4.3 | 18 | 07/26/2026 |
| 3.4.2 | 21 | 07/26/2026 |
| 3.4.1 | 20 | 07/26/2026 |
| 3.4.0 | 23 | 07/26/2026 |
| 3.3.1 | 22 | 07/26/2026 |
| 3.3.0 | 16 | 07/26/2026 |
| 3.3.0-preview.24164.4 | 20 | 07/26/2026 |
| 3.2.2 | 21 | 07/26/2026 |
| 3.2.1 | 18 | 07/26/2026 |
| 3.2.0 | 18 | 07/26/2026 |
| 3.2.0-preview.24069.3 | 20 | 07/26/2026 |
| 3.2.0-preview.23623.1 | 21 | 07/26/2026 |
| 3.2.0-preview.23622.1 | 22 | 07/26/2026 |
| 3.1.1 | 20 | 07/26/2026 |
| 3.0.4 | 21 | 07/26/2026 |
| 3.0.3 | 19 | 07/26/2026 |
| 3.0.2 | 24 | 07/26/2026 |
| 3.0.1 | 18 | 07/26/2026 |
| 3.0.0 | 18 | 07/26/2026 |
| 3.0.0-preview-20221122-01 | 20 | 07/26/2026 |
| 3.0.0-preview-20221110-04 | 16 | 07/26/2026 |
| 2.3.0-preview-20220810-02 | 20 | 07/26/2026 |
| 2.2.10 | 18 | 07/26/2026 |
| 2.2.10-preview-20220414-01 | 18 | 07/26/2026 |
| 2.2.9 | 19 | 07/26/2026 |
| 2.2.9-preview-20220210-07 | 18 | 07/26/2026 |
| 2.2.8 | 20 | 07/26/2026 |
| 2.2.7 | 18 | 07/26/2026 |
| 2.2.6 | 20 | 07/26/2026 |
| 2.2.5 | 19 | 07/26/2026 |
| 2.2.5-preview-20210605-01 | 17 | 07/26/2026 |
| 2.2.5-preview-20210604-01 | 17 | 07/26/2026 |
| 2.2.5-preview-20210531-02 | 20 | 07/26/2026 |
| 2.2.4 | 21 | 07/26/2026 |
| 2.2.4-preview-20210513-02 | 18 | 07/26/2026 |
| 2.2.4-preview-20210331-02 | 20 | 07/26/2026 |
| 2.2.3 | 18 | 07/26/2026 |
| 2.2.2 | 21 | 07/26/2026 |
| 2.2.1 | 19 | 07/26/2026 |
| 2.2.0-preview-20210115-03 | 17 | 07/26/2026 |
| 2.2.0-preview-20201126-03 | 16 | 07/26/2026 |
| 2.1.2 | 21 | 07/26/2026 |
| 2.1.1 | 19 | 07/26/2026 |
| 2.1.0 | 18 | 07/26/2026 |
| 2.1.0-beta2 | 22 | 07/26/2026 |
| 2.1.0-beta | 20 | 07/26/2026 |
| 2.0.0 | 20 | 07/26/2026 |
| 2.0.0-beta4 | 20 | 07/26/2026 |
| 2.0.0-beta2 | 18 | 07/26/2026 |
| 1.4.0 | 20 | 07/26/2026 |
| 1.4.0-beta | 22 | 07/26/2026 |
| 1.3.2 | 21 | 07/26/2026 |
| 1.3.1 | 20 | 07/26/2026 |
| 1.3.0 | 19 | 07/26/2026 |
| 1.3.0-beta2 | 17 | 07/26/2026 |
| 1.2.1 | 19 | 07/26/2026 |
| 1.2.0 | 18 | 07/26/2026 |
| 1.2.0-beta3 | 20 | 07/26/2026 |
| 1.2.0-beta | 19 | 07/26/2026 |
| 1.1.18 | 18 | 07/26/2026 |
| 1.1.17 | 24 | 07/26/2026 |
| 1.1.14 | 18 | 07/26/2026 |
| 1.1.13 | 19 | 07/26/2026 |
| 1.1.12 | 20 | 07/26/2026 |
| 1.1.11 | 20 | 07/26/2026 |
| 1.1.10-rc2 | 22 | 07/26/2026 |
| 1.1.9-rc2 | 19 | 07/26/2026 |
| 1.1.8-rc | 21 | 07/26/2026 |
| 1.1.6-preview | 21 | 07/26/2026 |
| 1.1.5-preview | 20 | 07/26/2026 |
| 1.1.4-preview | 19 | 07/26/2026 |
| 1.1.3-preview | 20 | 07/26/2026 |
| 1.1.1-preview | 26 | 07/26/2026 |
| 1.0.3-preview | 18 | 07/26/2026 |
| 1.0.2-preview | 21 | 07/26/2026 |
| 1.0.0-preview | 18 | 07/26/2026 |