Navigation
API > API/Plugins > API/Plugins/EditorTests
Base class of any editor-only test objects
| Name | EEditorUtilityTestResult |
| Type | enum |
| Header File | /Engine/Plugins/Tests/EditorTests/Source/EditorTests/Classes/EditorUtilityTest.h |
| Include Path | #include "EditorUtilityTest.h" |
Syntax
enum EEditorUtilityTestResult
{
Default,
Invalid,
Preparing,
Running,
Failed,
Succeeded,
}
Values
| Name | Remarks |
|---|---|
| Default | When finishing a test if you use Default, you're not explicitly stating if the test passed or failed. |
| Invalid | |
| Preparing | |
| Running | |
| Failed | |
| Succeeded |