MSTest framework and adapter
Перейти к файлу
Amaury Levé 9049be914b No need to build xlf changes on PRs 2023-11-30 19:58:15 +01:00
.github Enable auto merge of Localization PRs 2023-11-29 20:47:03 +01:00
docs Clean changelog entries for v3+ 2023-11-13 14:35:32 +01:00
eng [main] Update dependencies from dotnet/arcade (#1856) 2023-11-30 19:16:42 +01:00
samples/FxExtensibility Use modern styles and rules (#1852) 2023-11-29 07:42:33 +01:00
src Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 2326621 (#1857) 2023-11-30 19:50:37 +01:00
test Use modern styles and rules (#1852) 2023-11-29 07:42:33 +01:00
.editorconfig Use modern styles and rules (#1852) 2023-11-29 07:42:33 +01:00
.git-blame-ignore-revs Ignore commit 4bb533 from revision logs 2022-08-30 13:46:10 +02:00
.gitattributes Initial commit! 🎉 2016-08-26 11:46:07 +05:30
.gitignore Update gitignore 2022-12-20 19:07:53 +01:00
.markdownlint.json MD024: Only siblings should not have same headers (#1546) 2023-01-10 14:38:17 +01:00
.markdownlintignore Add markdownlint CI leg (#1344) 2022-10-19 11:45:43 +02: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 Fix test project (#1803) 2023-11-22 11:58:45 +01:00
Directory.Build.Local.targets Only build platform on Linux 2023-11-27 21:56:57 +01:00
Directory.Build.props Use full directory props and targets in submodule (#1783) 2023-11-15 14:58:03 +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 Remove explicit reference to v2 2022-12-02 10:57:02 +01:00
SECURITY.md Adding Microsoft SECURITY.MD (#1109) 2022-05-19 15:34:52 +02:00
Test.cmd Cleanups post arcade move (#1530) 2023-01-04 11:43:16 +01:00
TestFx.sln Fix test project (#1803) 2023-11-22 11:58:45 +01:00
azure-pipelines.yml No need to build xlf changes on PRs 2023-11-30 19:58:15 +01:00
build.sh Add Ubuntu leg 2023-11-27 21:07:12 +01:00
global.json [main] Update dependencies from dotnet/arcade (#1856) 2023-11-30 19:16:42 +01: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 v2. 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.