Show / Hide Table of Contents

Class AssemblyTraitDiscoverer

The implementation of ITraitDiscoverer which returns the trait values for AssemblyTraitAttribute.

Inheritance
Object
AssemblyTraitDiscoverer
Implements
ITraitDiscoverer
Namespace: Xunit.Sdk
Assembly: xunit.core.dll
Syntax
public class AssemblyTraitDiscoverer : object, ITraitDiscoverer

Methods

| Improve this Doc View Source

GetTraits(IAttributeInfo)

Declaration
public virtual IEnumerable<KeyValuePair<string, string>> GetTraits(IAttributeInfo traitAttribute)
Parameters
Type Name Description
IAttributeInfo traitAttribute
Returns
Type Description
IEnumerable<KeyValuePair<String, String>>

Implements

ITraitDiscoverer
  • Improve this Doc
  • View Source
Back to top Generated by DocFX