PostBuildCleanupAttributeConstructor

切换到手册
public PostBuildCleanupAttribute (Type targetClass);
public PostBuildCleanupAttribute (string targetClassName);

参数

targetClass实现 TestTools.IPostbuildCleanup 的类的类型。
targetClassName实现 TestTools.IPostbuildCleanup 的类的名称。

描述

指向实现 TestTools.IPostbuildCleanup 的类。来自 TestTools.IPostbuildCleanup 的方法在所有测试都运行后执行。