MSTest framework and adapter
Перейти к файлу
Amaury Levé 88282dec60
Remove unexpected dll in target (#1308)
2022-10-03 09:41:22 +02:00
.github Migrate FabricBot Tasks to Config-as-Code (#1140) 2022-07-27 18:31:32 +02:00
Localize Fix localization path 2022-09-29 16:27:16 +02:00
eng [main] Update dependencies from dotnet/arcade (#1303) 2022-10-01 18:13:02 +02:00
samples/FxExtensibility Rename projects to better match assembly (#1291) 2022-09-29 14:39:13 +02:00
scripts Rename projects to better match assembly (#1291) 2022-09-29 14:39:13 +02:00
src Remove unexpected dll in target (#1308) 2022-10-03 09:41:22 +02:00
test Merge timeout behaviors for .NET Core and .NET Framework (#1296) 2022-09-30 10:01:55 +02:00
.editorconfig Enable and fix CA1806 violations (#1227) 2022-09-07 12:28:29 +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 Don't exclude TestAssets from source control (#1298) 2022-09-30 09:24:52 +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 Rename to main (#828) 2021-05-20 11:07:27 +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 Rename to main (#828) 2021-05-20 11:07:27 +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 Remove unexpected dll in target (#1308) 2022-10-03 09:41:22 +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 (#1303) 2022-10-01 18:13:02 +02:00

README.md

Microsoft Test Framework "MSTest V2"

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.

Build status

Build Status

Latest Builds

Framework Adapter
nuget
(official)
# #

Contributing

There are many ways to contribute to testfx

Building

testfx can be built from within Visual Studio or from the CLI.

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.

License

testfx platform is licensed under the MIT license

Issue Tracking

Please see issue tracking for a description of the workflow we use to process issues.

Roadmap

For information on shipped and upcoming features/enhancements please refer to our Releases and Quarterly Checkin reports.