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