MSTest framework and adapter
Перейти к файлу
dotnet-maestro[bot] b110758505
[main] Update dependencies from dotnet/arcade (#1752)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-10-30 07:59:55 +00:00
.github Onboarding to GitOps.ResourceManagement (#1688) 2023-06-15 14:50:39 +02:00
docs Update changelog to add 3.1.0 and 3.1.1 releases 2023-07-14 11:23:30 +02:00
eng [main] Update dependencies from dotnet/arcade (#1752) 2023-10-30 07:59:55 +00:00
samples/FxExtensibility Use embedded symbols (#1601 2023-02-22 15:20:58 +01:00
src Don't stop (#1737) 2023-09-07 16:52:04 +00:00
test Prevent swallowing inner exception in async error (#1712) 2023-07-12 21:54:56 +02:00
.editorconfig Enable nullable for Platform Services (#1366) 2022-11-03 20:25:25 +01: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 Update gitignore 2022-12-20 19:07:53 +01:00
.markdownlint.json MD024: Only siblings should not have same headers (#1546) 2023-01-10 14:38:17 +01:00
.markdownlintignore Add markdownlint CI leg (#1344) 2022-10-19 11:45:43 +02:00
Build.cmd Cleanups post arcade move (#1530) 2023-01-04 11:43:16 +01:00
CODE_OF_CONDUCT.md Open Source Code of Conduct update Update (#816) 2021-04-19 10:06:54 +02:00
CONTRIBUTING.md Use markdownlint GitHub action (#1507) 2022-12-22 11:38:23 +01:00
Directory.Build.props Remove warnings as errors in VS 2023-07-28 17:24:41 +02:00
Directory.Build.targets Cleanups post arcade move (#1530) 2023-01-04 11:43:16 +01:00
LICENSE Fix root license file (#1523) 2023-01-02 13:51:20 +01:00
NuGet.config [main] Update dependencies from dotnet/arcade (#1671) 2023-05-19 11:41:00 +02:00
README.md Remove explicit reference to v2 2022-12-02 10:57:02 +01:00
SECURITY.md Adding Microsoft SECURITY.MD (#1109) 2022-05-19 15:34:52 +02:00
Test.cmd Cleanups post arcade move (#1530) 2023-01-04 11:43:16 +01:00
TestFx.sln Remove xunit packages brought by arcade (#1612) 2023-03-02 14:57:16 +01:00
azure-pipelines.yml Try to fix RTM release pipeline 2023-07-13 12:20:23 +02:00
global.json [main] Update dependencies from dotnet/arcade (#1752) 2023-10-30 07:59:55 +00:00

README.md

Microsoft Test Framework

Welcome to the MSTest repository (starting from v2), home of the Microsoft Test Framework and Adapter. MSTest 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.

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.