Property Traits
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Traits
Gets the trait values associated with this test assembly. If
there are none, or the framework does not support traits,
this should return an empty dictionary (not null
).
IReadOnlyDictionary<string, IReadOnlyCollection<string>> Traits { get; }