MSTest framework and adapter
Перейти к файлу
Jayarani garg 953bfbb256
Updating templates and wizards for 1.3.2 (#440)
2018-06-06 19:06:51 +05:30
.github Update ISSUE_TEMPLATE.md (#312) 2017-11-17 15:48:27 +05:30
Templates Updating templates and wizards for 1.3.2 (#440) 2018-06-06 19:06:51 +05:30
WizardExtensions Updating templates and wizards for 1.3.2 (#440) 2018-06-06 19:06:51 +05:30
samples/FxExtensibility Plugging in Assertion extensibility (#117) 2017-03-20 19:15:00 +05:30
scripts Signing for nuget packages (#401) 2018-04-11 19:26:30 +05:30
src Parent test result support for data driven tests (#417) 2018-06-05 17:45:06 +05:30
test Parent test result support for data driven tests (#417) 2018-06-05 17:45:06 +05:30
tools/ZipItems Copyright headers everywhere. (#68) 2017-02-11 22:01:45 +05:30
.gitattributes Initial commit! 🎉 2016-08-26 11:46:07 +05:30
.gitignore ignoring nuget.exe. (#125) 2017-03-24 23:14:41 +05:30
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 Updating License. 2017-02-15 22:51:52 +05:30
Nuget.config [Symbol archiving]Converting Portable pdb to full (#375) 2018-02-28 19:05:55 +05:30
README.md Updated roadmap section. (#431) 2018-06-01 14:01:21 +05:30
Test.cmd Adding test.cmd and made a few improvements to build.cmd. (#47) 2017-02-03 01:26:19 +05:30
TestFx.sln Adding Resolution Paths during appdomain creation (Compatibility Isuue) (#404) 2018-05-08 11:38:22 +05:30
netci.groovy Updating Templates and Wizards to consume v1.1.14 Nuget Packages (#133) 2017-03-31 20:26:21 +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

Debug Release
master Build Status Build Status

Latest Builds

Framework Adapter
nuget
(official)
# #
myget
(daily)
# #

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 please refer to our Releases Roadmap.