Check Message Received
DEPRECATED It will be removed in a future version. This keyword will be supported until version TechnicaKeywordsV0.6.0.
- Checks if the message is received when the argument
is_received
is set to True, or if the message is not received when
is_received
is set to False.
Arguments Description
message_path (str): The message path should be in the format:
BusName::MsgId
.
- is_received (bool): True: To check if the message is received.
False: To check if the message is not received.
operation (LogicalOperation, optional): Argument To be removed.
Returns
- bool: True if the message is received when
is_received
is set to True, or if the message is not received and
is_received
is set to False; otherwise, False.
Example
${res}= Check Message Received ${BusName}::${MsgId} ${true}
Note
An observer should be started on the target message beforehand.