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

An attribute used to decorate classes which derive from FactAttribute, to indicate how test cases should be discovered. More...

Inheritance diagram for Xunit.Sdk.XunitTestCaseDiscovererAttribute:

Public Member Functions

 XunitTestCaseDiscovererAttribute (string typeName, string assemblyName)
 Initializes an instance of the XunitTestCaseDiscovererAttribute class. More...
 

Detailed Description

An attribute used to decorate classes which derive from FactAttribute, to indicate how test cases should be discovered.

Constructor & Destructor Documentation

◆ XunitTestCaseDiscovererAttribute()

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

Initializes an instance of the XunitTestCaseDiscovererAttribute class.

Parameters
typeNameThe fully qualified type name of the discoverer (f.e., 'Xunit.Sdk.FactDiscoverer')
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: