PostBuildCleanupAttributeConstructor

Cambiar al Manual
public PostBuildCleanupAttribute (Type targetClass);
public PostBuildCleanupAttribute (string targetClassName);

Parámetros

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

Descripción

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