Navigation
API > API/Runtime > API/Runtime/Core
| Name | FBDDAutomationTestBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
Syntax
class FBDDAutomationTestBase : public FAutomationTestBase
Inheritance Hierarchy
- FAutomationTestBase → FBDDAutomationTestBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBDDAutomationTestBase
(
const FString& InName, |
Misc/AutomationTest.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AfterEachStack | TArray< TFunction< void()> > | Misc/AutomationTest.h | ||
| bBaseRunTestRan | bool | Misc/AutomationTest.h | ||
| BeautifiedNames | TArray< FString > | Misc/AutomationTest.h | ||
| BeforeEachStack | TArray< TFunction< void()> > | Misc/AutomationTest.h | ||
| bIsDiscoveryMode | bool | Misc/AutomationTest.h | ||
| Description | TArray< FString > | Misc/AutomationTest.h | ||
| TestCommands | TArray< FString > | Misc/AutomationTest.h | ||
| TestIdToExecute | FString | Misc/AutomationTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AfterEach
(
TFunction< void()> DoWork |
Misc/AutomationTest.h | ||
void BeforeEach
(
TFunction< void()> DoWork |
Misc/AutomationTest.h | ||
| Misc/AutomationTest.h | |||
bool IsDiscoveryMode() |
Misc/AutomationTest.h | ||
| Misc/AutomationTest.h | |||
| Misc/AutomationTest.h | |||
| Misc/AutomationTest.h |
Overridden from FAutomationTestBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| 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)\ | Misc/AutomationTest.h | ||
virtual bool RunTest
(
const FString& Parameters |
Virtual call to execute the automation test. | Misc/AutomationTest.h |