xunit.categories
2.0.4
Friendly Traits for Xunit
Install-Package xunit.categories -Version 2.0.4
dotnet add package xunit.categories --version 2.0.4
<PackageReference Include="xunit.categories" Version="2.0.4" />
paket add xunit.categories --version 2.0.4
The Xunit built in option Traits can get a little messy. Its just 2 strings representing a key and value, unless you are familiar with Xunit and the Trait attribute it looks a little magical.
Also both key and value must be specified on the command-line. This means if you decorate your test with [Trait("Category","Bug")] you cannot run only tests from a specific bug with out adding another trait ([Trait("Bug","8675309"])
These traits help solve those problems.
The Xunit built in option Traits can get a little messy. Its just 2 strings representing a key and value, unless you are familiar with Xunit and the Trait attribute it looks a little magical.
Also both key and value must be specified on the command-line. This means if you decorate your test with [Trait("Category","Bug")] you cannot run only tests from a specific bug with out adding another trait ([Trait("Bug","8675309"])
These traits help solve those problems.
Release Notes
2.0.4 - Support netstandard2
2.0.3 - Adding System Test Attribute
2.0.2 - Update project to netstandard1.1, include new categories
Dependencies
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- xunit (>= 2.3.1)
-
.NETStandard 2.0
- xunit (>= 2.3.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on xunit.categories:
Repository | Stars |
---|---|
imperugo/StackExchange.Redis.Extensions
|