Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include |
#include "Misc/AutomationTest.h" |
class FAutomationTestInfo
Simple class to store the automation test info
Name | Description | |
---|---|---|
|
FAutomationTestInfo() |
Default constructor. |
|
FAutomationTestInfo |
Constructor |
Name | Description | ||
---|---|---|---|
|
AddTestFlags ( |
Add a test flag if a parent node. InTestFlags - the child test flag to add. |
|
|
const FStrin... |
GetAssetPath() |
Gets the asset potentially associated with the test. |
|
const FStrin... |
GetDisplayName() |
Get the display name of this test. |
|
const FStrin... |
GetFullTestPath() |
Gets the full path for this test if you wanted to run it. |
|
const int |
GetNumDevicesRunningTest() |
Get the number of devices running this test |
|
const int32 |
GetNumParticipantsRequired() |
Get the number of participant this test needs in order to be run |
|
const FStrin... |
GetOpenCommand() |
Gets the open command potentially associated with the test. |
|
const FStrin... |
GetSourceFile() |
Get the source file this test originated in. |
|
const int32 |
GetSourceFileLine() |
Get the line number in the source file this test originated on. |
|
const uint32 |
GetTestFlags() |
Get the type of test. |
|
GetTestName() |
Get the test name of this test. |
|
|
const FStrin... |
GetTestParameter() |
Get the type of parameter. This will be the asset name for linked assets. |
|
InformOfNewDeviceRunningTest() |
Be notified of a new device running the test so we should update our flag counting these |
|
|
ResetNumDevicesRunningTest() |
Zero the number of devices running this test |
|
|
SetDisplayName ( |
Set the display name of the child node. InDisplayName - the new child test name. |
|
|
SetNumParticipantsRequired ( |
Set the number of participant this test needs in order to be run |