Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include |
#include "Misc/AutomationTest.h" |
class FAutomationTestExecutionInfo
Simple class to store the results of the execution of a automation test
Name | Description | ||
---|---|---|---|
|
AnalyticsItems |
Any analytics items that occurred during execution |
|
|
bSuccessful |
Whether the automation test completed successfully or not |
|
|
double |
Duration |
Time to complete the task |
|
TelemetryItems |
Telemetry items that occurred during execution |
|
|
TelemetryStorage |
Telemetry storage name set by the test |
Name | Description | |
---|---|---|
|
FAutomationTestExecutionInfo() |
Constructor |
Name | Description | |
---|---|---|
|
~FAutomationTestExecutionInfo() |
Destructor |
Name | Description | ||
---|---|---|---|
|
AddError ( |
||
|
AddEvent ( |
||
|
AddWarning ( |
||
|
Clear() |
Helper method to clear out the results from a previous execution |
|
|
const FStrin... |
GetContext() |
|
|
const TArray... |
GetEntries() |
Any errors that occurred during execution |
|
GetErrorTotal() |
||
|
GetWarningTotal() |
||
|
PopContext() |
||
|
PushContext ( |
||
|
RemoveAllEvents ( |
||
|
RemoveAllEvents ( |