Version: 2017.3

PrebuildSetupAttributeConstructor

切换到手册
public PrebuildSetupAttribute (Type targetClass);
public PrebuildSetupAttribute (string targetClassName);

参数

targetClass 实现 IPrebuildSetup 的类的类型。
targetClassName 实现 IPrebuildSetup 的类的名称。

描述

指向实现 IPrebuildSetup 的类。来自 IPrebuildSetup 的方法在测试运行开始前执行。