Class PostBuildCleanupAttribute
PostBuildCleanup attributes run if the respective test or test class is in the current test run. The test is included either by running all tests or setting a filter that includes the test. If multiple tests reference the same pre-built setup or post-build cleanup, then it only runs once.
구현
상속된 멤버
네임스페이스: UnityEngine.TestTools
어셈블리: solution.dll
구문
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method)]
public class PostBuildCleanupAttribute : Attribute, _Attribute
생성자
이름 | 설명 |
---|---|
PostBuildCleanupAttribute(string) | |
PostBuildCleanupAttribute(Type) |