xUnit.net
|
Decorates an implementation of ITestFrameworkDiscoverer that is used to determine which test framework is used to discover and run tests. More...
Public Member Functions | |
TestFrameworkDiscovererAttribute (string typeName, string assemblyName) | |
Initializes an instance of TestFrameworkDiscovererAttribute. More... | |
Decorates an implementation of ITestFrameworkDiscoverer that is used to determine which test framework is used to discover and run tests.
|
inline |
Initializes an instance of TestFrameworkDiscovererAttribute.
typeName | The fully qualified type name of the discoverer (f.e., 'Xunit.Sdk.DataDiscoverer') |
assemblyName | The name of the assembly that the discoverer type is located in, without file extension (f.e., 'xunit.execution') |