MSTest framework and adapter
Перейти к файлу
Amaury Levé eb7c3e6986
Git ignore playground folder (#2060)
2024-01-05 14:53:14 +01:00
.github Build all src in Linux (#1920) 2023-12-11 20:55:26 +01:00
docs Fix markdown issue on changelog.md 2023-12-30 11:23:34 +01:00
eng MSTest.Sdk uses current build version (#2056) 2024-01-05 09:56:38 +01:00
samples Add Playground project to simplify the development (#2021) 2023-12-28 19:20:00 +01:00
src Add `--ignore-exit-code` and `TESTINGPLATFORM_EXITCODE_IGNORE` (#2057) 2024-01-05 14:04:34 +01:00
test Add `--ignore-exit-code` and `TESTINGPLATFORM_EXITCODE_IGNORE` (#2057) 2024-01-05 14:04:34 +01: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 Git ignore playground folder (#2060) 2024-01-05 14:53:14 +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 Cleanups post arcade move (#1530) 2023-01-04 11:43:16 +01:00
CODE_OF_CONDUCT.md Open Source Code of Conduct update Update (#816) 2021-04-19 10:06:54 +02:00
CONTRIBUTING.md Use markdownlint GitHub action (#1507) 2022-12-22 11:38:23 +01:00
Directory.Build.Local.props ImplicitUsings + extract common properties (#1979) 2023-12-21 13:43:07 +01:00
Directory.Build.Local.targets Build all src in Linux (#1920) 2023-12-11 20:55:26 +01:00
Directory.Build.props Fix License when used as submodule 2023-12-15 21:53:41 +01:00
Directory.Build.targets Use full directory props and targets in submodule (#1783) 2023-11-15 14:58:03 +01:00
LICENSE Fix root license file (#1523) 2023-01-02 13:51:20 +01:00
NuGet.config [main] Update dependencies from dotnet/arcade (#1782) 2023-11-15 14:58:27 +01:00
README.md Docs update 2023-12-15 18:22:04 +01: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 Cleanups post arcade move (#1530) 2023-01-04 11:43:16 +01:00
TestFx.sln Add Playground project to simplify the development (#2021) 2023-12-28 19:20:00 +01:00
azure-pipelines.yml Use Ubuntu 2004 instead of 1804 (#2032) 2024-01-02 16:33:44 +00:00
build.sh Add Ubuntu leg 2023-11-27 21:07:12 +01:00
global.json [main] Update dependencies from dotnet/arcade (#2044) 2024-01-04 17:22:46 +00:00
test.sh Only build platform on Linux 2023-11-27 21:56:57 +01:00

README.md

Microsoft Test Framework

Welcome to the MSTest repository (starting from v2), home of the Microsoft Test Framework and Adapter. MSTest is currently in use in a variety of scenarios including:

  • in the relevant in-box unit test project templates (Visual Studio 2017 Preview 4 onwards)
  • in the Create Unit Tests wizard (Visual Studio 2017 Preview 4 onwards)
  • in the Create IntelliTest wizard (Visual Studio 2017 Preview 4 onwards)

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

Documentation

See Documentation for full documentation about how to contribute, build, test MSTest. This documentation also contains information about history, context and supported or unsupported features.

NuGet Feeds

Framework Adapter
NuGet (official) # #

Continuous Integration Status

Build Status

License

testfx platform is licensed under the MIT license

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.