|
xUnit.net
|
This interface is implemented by discoverers that provide trait values to xUnit.net v2 tests. More...
Public Member Functions | |
| IEnumerable< KeyValuePair< string, string > > | GetTraits (IAttributeInfo traitAttribute) |
| Gets the trait values from the trait attribute. More... | |
This interface is implemented by discoverers that provide trait values to xUnit.net v2 tests.
| IEnumerable<KeyValuePair<string, string> > Xunit.Sdk.ITraitDiscoverer.GetTraits | ( | IAttributeInfo | traitAttribute | ) |
Gets the trait values from the trait attribute.
| traitAttribute | The trait attribute containing the trait values. |
Implemented in Xunit.Sdk.AssemblyTraitDiscoverer, and Xunit.Sdk.TraitDiscoverer.
1.8.15