Method GetTraits
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
GetTraits()
Gets the trait values from the trait attribute.
IReadOnlyCollection<KeyValuePair<string, string>> GetTraits()
Returns
- IReadOnlyCollection<KeyValuePair<string, string>>
The trait values.