Class AssemblyTraitAttribute
Attribute used to decorate an assembly with arbitrary name/value pairs ("traits").
Implements
Namespace: Xunit
Assembly: xunit.core.dll
Syntax
public sealed class AssemblyTraitAttribute : Attribute, ITraitAttribute
Constructors
| Improve this Doc View SourceAssemblyTraitAttribute(String, String)
Creates a new instance of the AssemblyTraitAttribute class.
Declaration
public AssemblyTraitAttribute(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
String | name | The trait name |
String | value | The trait value |