FBDDAutomationTestBase

Windows
MacOS
Linux

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

Name Description

Public function

FBDDAutomationTestBase

(
    const FString& InName,
    const bool bInComplexTask
)

Functions

Name Description

Public function

void

 

AfterEach

(
    TFunction< void()> DoWork
)

Public function

void

 

BeforeEach

(
    TFunction< void()> DoWork
)

Public function

void

 

Describe

(
    const FString& InDescription,
    TFunction< void()> DoWork
)

Public function Const

bool

 

IsDiscoveryMode()

Public function

void

 

It

(
    const FString& InDescription,
    TFunction< void()> DoWork
)

Public function

void

 

xDescribe

(
    const FString& InDescription,
    TFunction< void()> DoWork
)

Public function

void

 

xIt

(
    const FString& InDescription,
    TFunction< void()> DoWork
)

Overridden from FAutomationTestBase

Name Description

Public function Virtual Const

void

 

GetTests

(
    TArray< FString >& OutBeautifiedNa...,
    TArray< FString >& OutTestCommands
)

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)\

Public function Virtual

bool

 

RunTest

(
    const FString& Parameters
)

Virtual call to execute the automation test.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss