xUnit.net
Public Member Functions | List of all members
Xunit.AssemblyTraitAttribute Class Reference

Attribute used to decorate an assembly with arbitrary name/value pairs ("traits"). More...

Inheritance diagram for Xunit.AssemblyTraitAttribute:
Xunit.Sdk.ITraitAttribute

Public Member Functions

 AssemblyTraitAttribute (string name, string value)
 Creates a new instance of the AssemblyTraitAttribute class. More...
 

Detailed Description

Attribute used to decorate an assembly with arbitrary name/value pairs ("traits").

Constructor & Destructor Documentation

◆ AssemblyTraitAttribute()

Xunit.AssemblyTraitAttribute.AssemblyTraitAttribute ( string  name,
string  value 
)
inline

Creates a new instance of the AssemblyTraitAttribute class.

Parameters
nameThe trait name
valueThe trait value

The documentation for this class was generated from the following file: