Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationTestBase
| Type | Name | Description | |
|---|---|---|---|
| void | AddExpectedMessage
(
FString ExpectedPatternString, |
Adds a regex pattern to an internal list that this test will expect to encounter in logs (of all severities) during its execution. | |
| void | AddExpectedMessage
(
FString ExpectedPatternString, |
Adds a regex pattern to an internal list that this test will expect to encounter in logs (of the specified verbosity) during its execution. |