MSTest framework and adapter
Перейти к файлу
Amaury Levé 08a5ee36ad
Revisit RFCs (#1342)
Update RFCs to include state and comply to markdown linter.
Create new GitHub issue kind.
2022-10-17 17:35:18 +02:00
.github Revisit RFCs (#1342) 2022-10-17 17:35:18 +02:00
Localize Fix localization path 2022-09-29 16:27:16 +02:00
docs Revisit RFCs (#1342) 2022-10-17 17:35:18 +02:00
eng [main] Update dependencies from dotnet/arcade (#1341) 2022-10-17 08:36:40 +02:00
samples/FxExtensibility Bring back stylecop analyzers (#1314) 2022-10-10 13:37:49 +02:00
scripts Bring back stylecop analyzers (#1314) 2022-10-10 13:37:49 +02:00
src Remove class/assembly initialization messages from logs. (#1339) 2022-10-14 15:22:39 +02:00
test Remove class/assembly initialization messages from logs. (#1339) 2022-10-14 15:22:39 +02:00
.editorconfig Bring back stylecop analyzers (#1314) 2022-10-10 13:37:49 +02: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 Fix .gitignore 2022-10-03 09:45:40 +02:00
Build.cmd Adding test.cmd and made a few improvements to build.cmd. (#47) 2017-02-03 01:26:19 +05:30
CODE_OF_CONDUCT.md Open Source Code of Conduct update Update (#816) 2021-04-19 10:06:54 +02:00
CONTRIBUTING.md Merge testfx-docs repo here and update links (#1326) 2022-10-10 12:59:38 +02:00
Directory.Build.props Enable and fix performance analyzers (#1223) 2022-09-07 09:57:09 +02:00
Directory.Build.targets Arcade files added (#832) 2021-05-24 12:09:42 +02:00
LICENSE WIP: Remove .txt extension from LICENSE file (#781) 2021-02-24 11:56:07 +01:00
NuGet.config Merge extension projects into one (#1202) 2022-08-31 12:16:05 +02:00
README.md Merge testfx-docs repo here and update links (#1326) 2022-10-10 12:59:38 +02:00
SECURITY.md Adding Microsoft SECURITY.MD (#1109) 2022-05-19 15:34:52 +02:00
Test.cmd Adding test.cmd and made a few improvements to build.cmd. (#47) 2017-02-03 01:26:19 +05:30
TestFx.sln Add tests to document test suite messages (#1313) 2022-10-13 14:41:18 +02:00
azure-pipelines.yml Update azure-pipelines.yml 2022-09-01 16:13:02 +02:00
global.json [main] Update dependencies from dotnet/arcade (#1341) 2022-10-17 08:36:40 +02:00

README.md

Microsoft Test Framework

Welcome to the "MSTest V2" repository, the evolution of the Microsoft Test Framework and Adapter. "MSTest V2" 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. You can read more about MSTest V2 here. For API documentation refer here.

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.