FAutomationTestFramework::RegisterAutomationTest

Register a automation test into the framework.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h

Include

#include "Misc/AutomationTest.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp

Syntax

bool RegisterAutomationTest
(
    const FString & InTestNameToRegister,
    class FAutomationTestBase * InTestToRegister
)

Remarks

Register a automation test into the framework. The automation test may or may not be necessarily valid for the particular application configuration, but that will be determined when tests are attempted to be run.

Returns

true if the test was successfully registered; false if a test was already registered under the same name as before

Parameters

Parameter

Description

InTestNameToRegister

Name of the test being registered

InTestToRegister

Actual test to register

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