Navigation
API > API/Developer > API/Developer/FunctionalTesting
Inheritance Hierarchy
- FAutomationTestBase
- FFunctionalTestBase
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestBase.h |
| Include | #include "FunctionalTestBase.h" |
Syntax
class FFunctionalTestBase : public FAutomationTestBase
Remarks
Base class for Functional test cases.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bElevateLogWarningsToErrors | ||
| bool | bSuppressLogErrors | ||
| bool | bSuppressLogs | ||
| bool | bSuppressLogWarnings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFunctionalTestBase
(
const FString& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the name of the running functional test. Empty if no test is running | ||
| bool | Returns true if a functional test is running (does not include map setup) | ||
| void | SetFunctionalTestComplete
(
const FString& InName |
Marks us as no longer running a test | |
| void | SetFunctionalTestRunning
(
const FString& InName |
Marks us as actively running a functional test | |
| void | SetLogErrorAndWarningHandling
(
TOptional< bool > InSuppressErrors, |
Specify how log errors & warnings should be handled during tests. | |
| void |
Overridden from FAutomationTestBase
| Type | Name | Description | |
|---|---|---|---|
| bool | Determines if Warning logs should be treated as errors | ||
| bool | Determines if Error logs should be suppressed from test results | ||
| bool | SuppressLogs () |
If true logs will not be included in test events | |
| bool | Determines if Warning logs should be suppressed from test results |
Constants
| Name | Description |
|---|---|
| ActiveTestName | |
| bIsFunctionalTestRunning |