xunit.categories
2.0.4
Friendly Traits for Xunit
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)