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

Decorates an implementation of ITestFrameworkDiscoverer that is used to determine which test framework is used to discover and run tests. More...

Inheritance diagram for Xunit.Sdk.TestFrameworkDiscovererAttribute:

Public Member Functions

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

Detailed Description

Decorates an implementation of ITestFrameworkDiscoverer that is used to determine which test framework is used to discover and run tests.

Constructor & Destructor Documentation

◆ TestFrameworkDiscovererAttribute()

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

Initializes an instance of TestFrameworkDiscovererAttribute.

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: