xss.xUnitTestHandler
1.0.0
This is a utility package for net core unit testing using xUnit Framework.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package xss.xUnitTestHandler -Version 1.0.0
dotnet add package xss.xUnitTestHandler --version 1.0.0
<PackageReference Include="xss.xUnitTestHandler" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xss.xUnitTestHandler --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: xss.xUnitTestHandler, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
How to use [TestPriority]:
[Fact(), TestPriority([order number])]
public void PegRates_GetByIdTest()
{
//Test Logic
}
Dependencies
-
.NETCoreApp 2.2
- No dependencies.
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.