Interface ITraitAttribute
Base interface that all traits attributes (that is, anything with provides traits to a test). Trait attributes are valid on assemblies, classes, and methods.
public interface ITraitAttribute
Methods
GetTraits()
Gets the trait values from the trait attribute.
IReadOnlyCollection<KeyValuePair<string, string>> GetTraits()
Returns
- IReadOnlyCollection<KeyValuePair<string, string>>
The trait values.