Class PrebuildSetupAttribute
PrebuildSetup attribute run if the 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.
Implements
Inherited Members
Namespace: UnityEngine.TestTools
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method)]
public class PrebuildSetupAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
PrebuildSetupAttribute(string) | |
PrebuildSetupAttribute(Type) |