#include <AutomationTest.h>
◆ FAutomationExpectedMessage() [1/2]
◆ FAutomationExpectedMessage() [2/2]
| FAutomationExpectedMessage::FAutomationExpectedMessage |
( |
FString & |
InMessagePattern, |
|
|
ELogVerbosity::Type |
InVerbosity, |
|
|
int32 |
InExpectedNumberOfOccurrences |
|
) |
| |
|
inline |
◆ IsExactCompareType()
| bool FAutomationExpectedMessage::IsExactCompareType |
( |
| ) |
const |
|
inline |
◆ IsRegex()
| bool FAutomationExpectedMessage::IsRegex |
( |
| ) |
const |
|
inline |
◆ Matches()
| bool FAutomationExpectedMessage::Matches |
( |
const FString & |
Message | ) |
|
|
inline |
Look if Message matches the expected message and increment internal counter if true.
- Parameters
-
- Returns
◆ operator<()
◆ operator==()
◆ ActualNumberOfOccurrences
| int32 FAutomationExpectedMessage::ActualNumberOfOccurrences |
◆ CompareType
◆ ExpectedNumberOfOccurrences
| int32 FAutomationExpectedMessage::ExpectedNumberOfOccurrences |
Number of occurrences expected for message. If set greater than 0, it will cause the test to fail if the exact number of occurrences expected is not matched. If set to 0, it will cause the test to fail if there were no occurrences at all. If negative, it will suppress all matching messages.
◆ MessagePatternRegex
◆ MessagePatternString
| FString FAutomationExpectedMessage::MessagePatternString |
◆ Verbosity
The documentation for this struct was generated from the following file: