Class TestFrameworkAttribute
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Used to decorate an assembly to allow the use of a custom test framework.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
public sealed class TestFrameworkAttribute : Attribute, ITestFrameworkAttribute
- Inheritance
-
TestFrameworkAttribute
- Implements
- Inherited Members
Constructors
- TestFrameworkAttribute(Type)
Used to decorate an assembly to allow the use of a custom test framework.
Properties
- FrameworkType
Gets the framework type; must implement ITestFramework.