Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
Syntax
class FAutomationTestExecutionInfo
Remarks
Simple class to store the results of the execution of a automation test
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | AnalyticsItems | Any analytics items that occurred during execution | |
| bool | bSuccessful | Whether the automation test completed successfully or not | |
| double | Duration | Time to complete the task | |
| TArray< FAutomationTelemetryData > | TelemetryItems | Telemetry items that occurred during execution | |
| FString | TelemetryStorage | Telemetry storage name set by the test |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | AddEvent
(
const FAutomationEvent& Event, |
||
| void | AddWarning
(
const FString& WarningMessage |
||
| void | Clear () |
Helper method to clear out the results from a previous execution | |
| const FString & | GetContext () |
||
| const TArray< FAutomationExecutionEntry > & | GetEntries () |
Any errors that occurred during execution | |
| int32 | |||
| int32 | |||
| void | PopContext () |
||
| void | PushContext
(
const FString& Context |
||
| int32 | RemoveAllEvents
(
EAutomationEventType EventType |
||
| int32 | RemoveAllEvents
(
TFunctionRef< bool(FAutomationEvent&)> FilterPredicate |