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.