MSTest framework and adapter
Перейти к файлу
Medeni Baykal 9c67fb37ad
Updated dependency versions to match VS 16.11
2021-06-28 15:29:41 +02:00
.github Adding contribution note (#873) 2021-06-14 01:11:51 +02:00
Localize LEGO: Pull request from lego/hb_63a2d317-b544-477f-9d48-4250bdd255f0_20210413165102761 to master (#817) 2021-04-13 17:03:38 +00:00
eng Updated dependency versions to match VS 16.11 2021-06-28 15:29:41 +02:00
samples/FxExtensibility Arcade files added (#832) 2021-05-24 12:09:42 +02:00
scripts Added missing framework references for WinUI (#890) 2021-06-25 13:19:36 +02:00
src Fixes #799 by testing logged messages against "null or whitespace" instead of "null or empty" (#892) 2021-06-27 00:38:02 +02:00
test Updated dependency versions to match VS 16.11 2021-06-28 15:29:41 +02:00
.gitattributes Initial commit! 🎉 2016-08-26 11:46:07 +05:30
.gitignore Arcade files added (#832) 2021-05-24 12:09:42 +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 Arcade files added (#832) 2021-05-24 12:09:42 +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 Rename Nuget.config to NuGet.config (#833) 2021-05-25 19:29:45 +02:00
README.md Rename to main (#828) 2021-05-20 11:07:27 +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 Fixed a bug in `ITestDataSource` data deserialization (#864) 2021-06-05 03:12:39 +02:00
azure-pipelines.yml Added basic WinUI3 support. (#782) 2021-03-31 08:48:47 +02:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20210624.3 (#891) 2021-06-25 12:46:10 +00: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.