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

An attribute used to decorate classes which derive from DataAttribute, to indicate how data elements should be discovered. More...

Inheritance diagram for Xunit.Sdk.DataDiscovererAttribute:

Public Member Functions

 DataDiscovererAttribute (string typeName, string assemblyName)
 Initializes an instance of DataDiscovererAttribute. More...
 

Detailed Description

An attribute used to decorate classes which derive from DataAttribute, to indicate how data elements should be discovered.

Constructor & Destructor Documentation

◆ DataDiscovererAttribute()

Xunit.Sdk.DataDiscovererAttribute.DataDiscovererAttribute ( string  typeName,
string  assemblyName 
)
inline

Initializes an instance of DataDiscovererAttribute.

Parameters
typeNameThe fully qualified type name of the discoverer (f.e., 'Xunit.Sdk.DataDiscoverer')
assemblyNameThe name of the assembly that the discoverer type is located in, without file extension (f.e., 'xunit.execution')

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