Interface ITestFrameworkAttribute
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.
Type FrameworkType { get; }