This version of Unity is unsupported.

PostBuildCleanupAttribute Constructor

Declaration

public PostBuildCleanupAttribute(Type targetClass);

Declaration

public PostBuildCleanupAttribute(string targetClassName);

Parameters

targetClass Type of the class implementing TestTools.IPostbuildCleanup.
targetClassName Name of the class implementing TestTools.IPostbuildCleanup.

Description

Points to a class that implements TestTools.IPostbuildCleanup. The method from TestTools.IPostbuildCleanup is executed after all tests are run.