Navigation
API > API/Developer > API/Developer/FunctionalTesting
| Name | EFunctionalTestResult |
| Type | enum |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include Path | #include "FunctionalTest.h" |
Syntax
enum EFunctionalTestResult
{
Default,
Invalid,
Error,
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 | |
| Error | |
| Running | |
| Failed | |
| Succeeded |