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

Used to decorate an assembly to allow the use of a custom T:Xunit.Sdk.ITestFramework. More...

Inheritance diagram for Xunit.TestFrameworkAttribute:
Xunit.Sdk.ITestFrameworkAttribute

Public Member Functions

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

Detailed Description

Used to decorate an assembly to allow the use of a custom T:Xunit.Sdk.ITestFramework.

Constructor & Destructor Documentation

◆ TestFrameworkAttribute()

Xunit.TestFrameworkAttribute.TestFrameworkAttribute ( string  typeName,
string  assemblyName 
)
inline

Initializes an instance of TestFrameworkAttribute.

Parameters
typeNameThe fully qualified type name of the test framework (f.e., 'Xunit.Sdk.XunitTestFramework')
assemblyNameThe name of the assembly that the test framework type is located in, without file extension (f.e., 'xunit.execution')

The documentation for this class was generated from the following file: