MSTest framework and adapter
Перейти к файлу
Amaury Levé 791ab17e27
Ensure that fixtures also support sta threading (#2769)
2024-04-26 14:25:43 +02:00
.config 1es PT baseline (#2540) 2024-03-11 11:17:46 +01:00
.github Add dependabot (#2737) 2024-04-22 10:18:03 +02:00
docs Fix typo (#2749) 2024-04-24 09:17:51 +02:00
eng [main] Update dependencies from devdiv/DevDiv/vs-code-coverage, microsoft/testanywhere (#2766) 2024-04-25 16:05:27 +02:00
samples Onboard Central Package Management (#2728) 2024-04-18 22:14:28 +02:00
src Ensure that fixtures also support sta threading (#2769) 2024-04-26 14:25:43 +02:00
test Ensure that fixtures also support sta threading (#2769) 2024-04-26 14:25:43 +02:00
.editorconfig Build all src in Linux (#1920) 2023-12-11 20:55:26 +01:00
.git-blame-ignore-revs Ignore commit 4bb533 from revision logs 2022-08-30 13:46:10 +02:00
.gitattributes Build all src in Linux (#1920) 2023-12-11 20:55:26 +01:00
.gitignore Update SDK after the follow-up (#2341) 2024-02-15 09:22:39 +01:00
.markdownlint.json MD024: Only siblings should not have same headers (#1546) 2023-01-10 14:38:17 +01:00
.markdownlintignore Add analyzers (#1870) 2023-12-05 11:26:55 +01:00
Build.cmd Improve user experience of restoring/building/testing (#2261) 2024-02-06 17:37:04 +01:00
CODE_OF_CONDUCT.md Open Source Code of Conduct update Update (#816) 2021-04-19 10:06:54 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md, README.md, and dev-guide.md (#2706) 2024-04-14 09:17:47 +02:00
Directory.Build.Local.props Downgrade infra to net8 (#2257) 2024-02-06 12:22:48 +01:00
Directory.Build.Local.targets [main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#2120) 2024-01-18 14:06:18 +01:00
Directory.Build.props Improve automatic versioning (#2496) 2024-03-01 19:57:17 +01:00
Directory.Build.targets Use full directory props and targets in submodule (#1783) 2023-11-15 14:58:03 +01:00
Directory.Packages.props MSTest.Sdk: add support for Aspire (#2758) 2024-04-24 21:46:43 +02:00
LICENSE Fix root license file (#1523) 2023-01-02 13:51:20 +01:00
NuGet.config Onboard Central Package Management (#2728) 2024-04-18 22:14:28 +02:00
README.md Update CONTRIBUTING.md, README.md, and dev-guide.md (#2706) 2024-04-14 09:17:47 +02:00
SECURITY.md Adding Microsoft SECURITY.MD (#1109) 2022-05-19 15:34:52 +02:00
THIRD-PARTY-NOTICES.TXT Add third-parties licenses (#1955) 2023-12-18 11:07:43 +00:00
Test.cmd Improve user experience of restoring/building/testing (#2261) 2024-02-06 17:37:04 +01:00
TestFx.sln Onboard Central Package Management (#2728) 2024-04-18 22:14:28 +02:00
azure-pipelines-official.yml Remove usage of pt images before decomissioning (#2742) 2024-04-23 13:38:57 +02:00
azure-pipelines.yml Clean public, and outputs in official (#2526) 2024-03-07 15:05:06 +01:00
build.sh Add Ubuntu leg 2023-11-27 21:07:12 +01:00
global.json allow rollForward of sdk to latestFeature (#2714) 2024-04-15 07:32:34 +00:00
open-vs.cmd Improve user experience of restoring/building/testing (#2261) 2024-02-06 17:37:04 +01:00
restore.cmd Improve user experience of restoring/building/testing (#2261) 2024-02-06 17:37:04 +01:00
restore.sh Improve user experience of restoring/building/testing (#2261) 2024-02-06 17:37:04 +01:00
test.sh Improve user experience of restoring/building/testing (#2261) 2024-02-06 17:37:04 +01:00

README.md

Microsoft Test Framework

GitHub release GitHub repo size GitHub issues-opened GitHub issues-closed GitHub pulls-opened GitHub pulls-merged GitHub contributors Commit Activity Build Status

MSTest, Microsoft Testing Framework, is a unit testing framework for .NET applications. It allows you to write tests, use Test Explorer, create test suites, and apply the red, green, and refactor patterns to write code.

This is a fully supported, open source, and cross-platform test framework with which to write tests targeting .NET Framework, .NET Core, .NET, UWP, and WinUI on Windows, Linux, and Mac.

How can I contribute?

We welcome any kind of contribution!

  • Contributing guides how to best contribute
  • Dev Guide explains how to build and test
  • Documentation contains information about the history, context, and supported or unsupported features. It also gathers the various official documentation pages on learn.microsoft.com about MSTest.

How to consume MSTest?

MSTest is shipped as NuGet packages that can be added to your projects. The following table lists all available packages.

Name Description Stable version Preview version Dogfood version
MSTest This package is a meta package that simplifies referencing all recommended MSTest packages. # # Azure Artifacts
MSTest.TestFramework This package includes the libraries for writing tests with MSTest. To ensure the discovery and execution of your tests, install the `MSTest.TestAdapter`` package. # # Azure Artifacts
MSTest.TestAdapter This package includes the adapter logic to discover and run tests. For access to the testing framework, install the MSTest.TestFramework package. # # Azure Artifacts
MSTest.Analyzers This package includes code analyzers and code fixes for MSTest. # # Azure Artifacts

License

MSTest is licensed under the MIT license.

The LICENSE and ThirdPartyNotices in any downloaded archives are authoritative.