Interface ITestFrameworkTypeDiscoverer
Interface to be implemented by classes which are used to discover the test framework.
Namespace: Xunit.Sdk
Assembly: xunit.core.dll
Syntax
public interface ITestFrameworkTypeDiscoverer
Methods
| Improve this Doc View SourceGetTestFrameworkType(IAttributeInfo)
Gets the type that implements
Declaration
Type GetTestFrameworkType(IAttributeInfo attribute)
Parameters
Type | Name | Description |
---|---|---|
IAttributeInfo | attribute | The test framework attribute that decorated the assembly |
Returns
Type | Description |
---|---|
Type | The test framework type |