MSTestEnhancer 2.2.1
.NET 5.0
.NET Core 3.0
.NET Standard 2.0
.NET Framework 4.5
dotnet add package MSTestEnhancer --version 2.2.1
NuGet\Install-Package MSTestEnhancer -Version 2.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MSTestEnhancer" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSTestEnhancer --version 2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MSTestEnhancer, 2.2.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install MSTestEnhancer as a Cake Addin
#addin nuget:?package=MSTestEnhancer&version=2.2.1
// Install MSTestEnhancer as a Cake Tool
#tool nuget:?package=MSTestEnhancer&version=2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MSTestEnhancer helps you to write unit tests without naming any method. You can write method contract descriptions instead of writing confusing test method name when writing unit tests.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.0
- MSTest.TestFramework (>= 2.2.1)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.5
- MSTest.TestFramework (>= 2.2.1)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- MSTest.TestFramework (>= 2.2.1)
- System.ValueTuple (>= 4.5.0)
-
net5.0
- MSTest.TestFramework (>= 2.2.1)
- System.ValueTuple (>= 4.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MSTestEnhancer:
Package | Downloads |
---|---|
dotnetCampus.UITest.WPF
The UITest framework for WPF |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on MSTestEnhancer:
Repository | Stars |
---|---|
dotnet-campus/AsyncWorkerCollection
高性能的多线程异步工具库。A collection of tools that support asynchronous methods and support high-performance multithreading.
|
|
lindexi/lindexi_gd
博客用到的代码
|
Version | Downloads | Last updated |
---|---|---|
2.2.1 | 281 | 10/27/2022 |
2.2.1-alpha01 | 209 | 2/21/2022 |
2.2.0 | 830 | 1/6/2022 |
2.1.2-alpha03 | 84 | 12/27/2021 |
2.1.2-alpha02 | 78 | 12/27/2021 |
2.1.2-alpha01 | 85 | 12/27/2021 |
2.1.1 | 597 | 8/4/2021 |
2.1.1-alpha02 | 131 | 8/4/2021 |
2.1.1-alpha01 | 194 | 8/4/2021 |
2.1.0 | 3,071 | 3/4/2021 |
2.0.1 | 3,435 | 5/24/2020 |
1.6.0 | 2,909 | 6/21/2018 |
1.4.0 | 1,049 | 3/20/2018 |
1.3.0 | 804 | 2/26/2018 |
1.2.1 | 787 | 2/24/2018 |
1.2.0 | 793 | 2/13/2018 |
1.1.0 | 798 | 2/12/2018 |
1.0.0 | 805 | 2/11/2018 |
Add some assersion extensions.