Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FAutomationExpectedMessage Struct Reference

#include <AutomationTest.h>

+ Collaboration diagram for FAutomationExpectedMessage:

Public Member Functions

 FAutomationExpectedMessage (FString &InMessagePattern, ELogVerbosity::Type InVerbosity, EAutomationExpectedMessageFlags::MatchType InCompareType, int32 InExpectedNumberOfOccurrences=1)
 
 FAutomationExpectedMessage (FString &InMessagePattern, ELogVerbosity::Type InVerbosity, int32 InExpectedNumberOfOccurrences)
 

Public Attributes

FString MessagePatternString
 
FRegexPattern MessagePattern
 
EAutomationExpectedMessageFlags::MatchType CompareType
 
int32 ExpectedNumberOfOccurrences
 
int32 ActualNumberOfOccurrences
 
ELogVerbosity::Type Verbosity
 

Detailed Description

Definition at line 599 of file AutomationTest.h.

Constructor & Destructor Documentation

◆ FAutomationExpectedMessage() [1/2]

FAutomationExpectedMessage::FAutomationExpectedMessage ( FString & InMessagePattern,
ELogVerbosity::Type InVerbosity,
EAutomationExpectedMessageFlags::MatchType InCompareType,
int32 InExpectedNumberOfOccurrences = 1 )
inline

Constructor

Definition at line 621 of file AutomationTest.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FAutomationExpectedMessage() [2/2]

FAutomationExpectedMessage::FAutomationExpectedMessage ( FString & InMessagePattern,
ELogVerbosity::Type InVerbosity,
int32 InExpectedNumberOfOccurrences )
inline

Definition at line 630 of file AutomationTest.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ ActualNumberOfOccurrences

int32 FAutomationExpectedMessage::ActualNumberOfOccurrences

Definition at line 614 of file AutomationTest.h.

◆ CompareType

EAutomationExpectedMessageFlags::MatchType FAutomationExpectedMessage::CompareType

Definition at line 608 of file AutomationTest.h.

◆ 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 suppress all matching messages.

Definition at line 613 of file AutomationTest.h.

◆ MessagePattern

FRegexPattern FAutomationExpectedMessage::MessagePattern

Definition at line 606 of file AutomationTest.h.

◆ MessagePatternString

FString FAutomationExpectedMessage::MessagePatternString

Definition at line 604 of file AutomationTest.h.

◆ Verbosity

ELogVerbosity::Type FAutomationExpectedMessage::Verbosity

Definition at line 616 of file AutomationTest.h.


The documentation for this struct was generated from the following file: