MSTest framework and adapter
Перейти к файлу
Amaury Levé edf2ed1715 Fix packaging of MSTest analyzers 2023-12-05 14:18:09 +01:00
.github Fix GH auto-merge condition 2023-12-05 13:42:53 +01:00
docs Clean changelog entries for v3+ 2023-11-13 14:35:32 +01:00
eng Fix packaging of MSTest analyzers 2023-12-05 14:18:09 +01:00
samples/FxExtensibility Use modern styles and rules (#1852) 2023-11-29 07:42:33 +01:00
src Fix packaging of MSTest analyzers 2023-12-05 14:18:09 +01:00
test Workaround issue with managed type name utility (#1876) 2023-12-05 14:00:40 +01:00
.editorconfig Use modern styles and rules (#1852) 2023-11-29 07:42:33 +01:00
.git-blame-ignore-revs Ignore commit 4bb533 from revision logs 2022-08-30 13:46:10 +02:00
.gitattributes
.gitignore Add experimental `MSBuild` sdk project (#1864) 2023-12-04 11:52:24 +01:00
.markdownlint.json MD024: Only siblings should not have same headers (#1546) 2023-01-10 14:38:17 +01:00
.markdownlintignore Add analyzers (#1870) 2023-12-05 11:26:55 +01:00
Build.cmd Cleanups post arcade move (#1530) 2023-01-04 11:43:16 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Use markdownlint GitHub action (#1507) 2022-12-22 11:38:23 +01:00
Directory.Build.Local.props Fix versioning of platform 2023-12-01 20:35:17 +01:00
Directory.Build.Local.targets Only build platform on Linux 2023-11-27 21:56:57 +01:00
Directory.Build.props Use full directory props and targets in submodule (#1783) 2023-11-15 14:58:03 +01:00
Directory.Build.targets Use full directory props and targets in submodule (#1783) 2023-11-15 14:58:03 +01:00
LICENSE Fix root license file (#1523) 2023-01-02 13:51:20 +01:00
NuGet.config [main] Update dependencies from dotnet/arcade (#1782) 2023-11-15 14:58:27 +01: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 Fix DataRowAttribute to be cls compliant (#1878) 2023-12-05 13:59:29 +01:00
azure-pipelines.yml No need to build xlf changes on PRs 2023-11-30 19:58:15 +01:00
build.sh Add Ubuntu leg 2023-11-27 21:07:12 +01:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20231201.1 (#1867) 2023-12-02 15:44:31 +00:00
test.sh Only build platform on Linux 2023-11-27 21:56:57 +01: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.