PrebuildSetupAttributeConstructor

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

파라미터

targetClassType of the class implementing IPrebuildSetup.
targetClassNameName of the class implementing IPrebuildSetup.

설명

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