Version: 2018.2

PostBuildCleanupAttribute

class in UnityEngine.TestTools

マニュアルに切り替える

説明

Allows you to define a cleanup method for the test that is invoked after all tests are run.

コンストラクタ

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