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