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
frameworkTypeTypeThe framework type; must implement ITestFramework