enum TestLayer
Specifies which layer of tests to run.
Tests are organized by layer to allow running subsets of tests without full engine initialization.
Values
| Name | Value | Description |
|---|---|---|
Utility |
1 |
Utility layer tests (no Application required). |
Core |
2 |
Core layer tests (requires Application). |
Editor |
4 |
Editor layer tests (requires EditorApplication). |