Table of Contents

Constructor TestFrameworkAttribute

Namespace
Xunit
Assembly
xunit.v3.core.dll

TestFrameworkAttribute(Type)

Used to decorate an assembly to allow the use of a custom test framework.

public TestFrameworkAttribute(Type frameworkType)

Parameters

frameworkType Type

The framework type; must implement ITestFramework