Show / Hide Table of Contents

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 Source

GetTestFrameworkType(IAttributeInfo)

Gets the type that implements to be used to discover and run tests.

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

  • Improve this Doc
  • View Source
Back to top Generated by DocFX