Table of Contents

Interface ITestFrameworkAttribute

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Used to decorate an assembly to allow the use of a custom test framework. May only be placed at the assembly level, and only a single test framework is allowed.

public interface ITestFrameworkAttribute

Properties

FrameworkType

Gets the framework type; must implement ITestFramework.