MSTest framework and adapter
Перейти к файлу
dotnet-maestro[bot] 1025ae3366
[main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#3489)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-08-08 08:53:42 +02:00
.config 1es PT baseline (#2540) 2024-03-11 11:17:46 +01:00
.github Update CODEOWNERS (#3072) 2024-06-10 09:14:52 +02:00
docs Add stdout/stderr properties to TestNode (#3225) 2024-08-05 19:35:03 +02:00
eng [main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#3489) 2024-08-08 08:53:42 +02:00
samples remove redundant namespace qualifiers (#3413) 2024-08-05 13:02:00 +02:00
src Fix MSTEST0004: Add code fix - localization 2024-08-07 16:47:56 +02:00
test MSTEST0004: Add code fix (#3482) 2024-08-06 10:30:48 +00:00
.editorconfig [chore] VSSpell check ignore "lifecycle" 2024-07-29 15:06:28 +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.props Open-source platform extensions and tooling (#3133) 2024-06-21 11:08:22 +02:00
Directory.Build.targets Open-source platform extensions and tooling (#3133) 2024-06-21 11:08:22 +02:00
Directory.Packages.props Update Directory.Packages.props (#3483) 2024-08-06 10:41:12 +02:00
LICENSE Fix root license file (#1523) 2023-01-02 13:51:20 +01:00
MSTest.slnf Add slnf for MSTest and Platform 2024-07-08 15:32:36 +02:00
Microsoft.Testing.Platform.slnf Add slnf for MSTest and Platform 2024-07-08 15:32:36 +02: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 Open-source platform extensions and tooling (#3133) 2024-06-21 11:08:22 +02:00
azure-pipelines-official.yml Bump timeout for internal pipeline 2024-07-30 11:01:42 +02:00
azure-pipelines.yml Simplify pipelines (#3342) 2024-07-25 19:19:03 +02:00
build.sh Add Ubuntu leg 2023-11-27 21:07:12 +01:00
global.json [main] Update dependencies from devdiv/DevDiv/vs-code-coverage, dotnet/arcade, microsoft/testanywhere (#3350) 2024-07-26 16:49:56 +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.