Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include |
#include "Misc/AutomationTest.h" |
namespace EAutomationExpectedErrorFlags
{
enum MatchType
{
Exact,
Contains,
}
}
Name |
Description |
---|---|
Exact |
When matching expected errors, do so exactly. |
Contains |
When matching expected errors, just see if the error string is contained in the string to be evaluated. |
Flags for indicating the matching type to use for an expected error