Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FAutomationTestBase
- FBDDAutomationTestBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
Syntax
class FBDDAutomationTestBase : public FAutomationTestBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBDDAutomationTestBase
(
const FString& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | BeforeEach
(
TFunction< void()> DoWork |
||
| void | |||
| bool | |||
| void | |||
| void | |||
| void |
Overridden from FAutomationTestBase
| Type | Name | Description | |
|---|---|---|---|
| void | 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)\ | ||
| bool | Virtual call to execute the automation test. |