Version: 2017.3

PostBuildCleanupAttributeConstructor

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

파라미터

targetClass Type of the class implementing TestTools.IPostbuildCleanup.
targetClassName Name 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.