Interface ITraitAttribute
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
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.