PostBuildCleanupAttribute

class in UnityEngine.TestTools

Switch to Manual

Description

允许您为测试定义一种清理方法,在所有测试都运行后调用。

Constructors

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