MSTest framework and adapter
Перейти к файлу
Jakub Jareš 560bda407e Merge branch 'main' into real-examples-in-tests 2024-05-27 15:01:37 +02:00
.config 1es PT baseline (#2540) 2024-03-11 11:17:46 +01:00
.github Drop backport GH action (#2780) 2024-04-30 14:19:50 +02:00
docs Changelog: add release date + artifacts links 2024-05-23 11:59:58 +02:00
eng [main] Update dependencies from devdiv/DevDiv/vs-code-coverage, microsoft/testanywhere (#2964) 2024-05-25 21:16:26 +02:00
samples Add sample of MSTest runner for WinUI (#2834) 2024-05-09 11:53:41 +02:00
src merge null check into pattern (#2989) 2024-05-27 12:05:53 +00:00
test Merge branch 'main' into real-examples-in-tests 2024-05-27 15:01:37 +02:00
.editorconfig chore: align analyzers across repos (#2776) 2024-04-30 15:23:14 +02: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 ignore jetbrains temp (#2908) 2024-05-23 13:20:52 +02:00
.markdownlint.json Add 3.4.0 href to changelog (#2894) 2024-05-22 11:52:14 +02: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 Use VSTest 17.10 (#2903) 2024-05-22 22:15:55 +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 Merge branch 'main' into real-examples-in-tests 2024-05-27 15:01:37 +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 [main] Update dependencies from dotnet/arcade (#2921) 2024-05-23 16:32:05 +02: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.