MSTest framework and adapter
Перейти к файлу
Medeni Baykal 32f53aea32
Fixed nuget packages. (#787)
2021-03-01 18:11:17 +01:00
.github Create AzureDevOps.yml 2021-02-01 11:34:32 +01:00
Localize Moving to the new localization system (#773) 2021-02-17 09:56:11 +01:00
samples/FxExtensibility Plugging in Assertion extensibility (#117) 2017-03-20 19:15:00 +05:30
scripts Fixed nuget packages. (#787) 2021-03-01 18:11:17 +01:00
src Fixed nuget packages. (#787) 2021-03-01 18:11:17 +01:00
test TestPlatform version updated to v16.9.1 (#784) 2021-02-25 13:29:43 +01:00
.gitattributes Initial commit! 🎉 2016-08-26 11:46:07 +05:30
.gitignore FQN work (#737) 2020-11-24 10:18:03 +01: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 Create CODE_OF_CONDUCT.md (#317) 2017-11-27 11:16:21 +05:30
CONTRIBUTING.md Create CONTRIBUTING.md (#318) 2017-11-27 12:41:46 +05:30
LICENSE WIP: Remove .txt extension from LICENSE file (#781) 2021-02-24 11:56:07 +01:00
Nuget.config Fixup feeds (#768) 2021-02-09 18:40:43 +00:00
README.md Updated build status badge. (#763) 2021-01-22 12:54:29 +01: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 FQN work (#737) 2020-11-24 10:18:03 +01:00
azure-pipelines.yml Updated .nuspec files with new license tag (#603) 2019-04-25 09:53:47 +05:30

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.