Version: 2018.2

PostBuildCleanupAttributeConstructor

マニュアルに切り替える
public PostBuildCleanupAttribute (Type targetClass);
public PostBuildCleanupAttribute (string targetClassName);

パラメーター

targetClassType of the class implementing TestTools.IPostbuildCleanup.
targetClassNameName of the class implementing TestTools.IPostbuildCleanup.

説明

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