PostBuildCleanupAttribute Constructor

public PostBuildCleanupAttribute(Type targetClass);
public PostBuildCleanupAttribute(string targetClassName);

Parameters

targetClassType of the class implementing TestTools.IPostbuildCleanup.
targetClassNameName 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.

Did you find this page useful? Please give it a rating: