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 CanRunTestInEnvironment
&40;
const FString & InTestToRun,
FString &42; OutReason,
bool &42; OutWarn
&41; const
Remarks
Internal helper method designed to check if the given test is able to run in the current environment. true if the test is able to run; false if it is unable to run.
Parameters
| Name | Description |
|---|---|
| InTestToRun | test name |
| OutReason | the related reason of the skipping |
| OutWarn | the related warning of the skipping |