Version: 2017.3

PrebuildSetupAttributeConstructor

매뉴얼로 전환
public PrebuildSetupAttribute (Type targetClass);
public PrebuildSetupAttribute (string targetClassName);

파라미터

targetClass Type of the class implementing IPrebuildSetup.
targetClassName Name of the class implementing IPrebuildSetup.

설명

Points to a class that implements IPrebuildSetup. The method from IPrebuildSetup is executed before the test run is initiated.