Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationTestFramework
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 |
bool RegisterAutomationTest
&40;
const FString & InTestNameToRegister,
FAutomationTestBase &42; InTestToRegister
&41;
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. true if the test was successfully registered; false if a test was already registered under the same name as before
Parameters
Name | Description |
---|---|
InTestNameToRegister | Name of the test being registered |
InTestToRegister | Actual test to register |