Choose your operating system:
Windows
macOS
Linux
| FAutomationTestBase | ||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include |
#include "Misc/AutomationTest.h" |
class FAutomationSpecBase :
public FAutomationTestBase,
public TSharedFromThis< FAutomationSpecBase >
Name | Description | |
---|---|---|
|
FAutomationSpecBase |
Name | Description | ||
---|---|---|---|
|
GetRequiredDeviceNum() |
Pure virtual method; returns the number of participants for this test |
|
|
GetTests |
Asks the test to enumerate variants that will all go through the "RunTest" function with different parameters (for load all maps, this should enumerate all maps to load)\ |
|
|
GetTestSourceFileLine ( |
Gets the line number where this test was defined. |
|
|
GetTestSourceFileName ( |
Gets the filename where this test was defined. |
|
|
RunTest ( |
Virtual call to execute the automation test. |