This version of Unity is unsupported.

PrebuildSetupAttribute Constructor

Declaration

public PrebuildSetupAttribute(Type targetClass);

Declaration

public PrebuildSetupAttribute(string targetClassName);

Parameters

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

Description

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