Membrane.Testing.Assertions.assert_pipeline_notified
You're seeing just the macro
assert_pipeline_notified
, go back to Membrane.Testing.Assertions module for more information.
Link to this macro
assert_pipeline_notified(pipeline, element_name, notification_pattern, timeout \\ 2000)
View Source (macro)Asserts that pipeline received or will receive a notification from the element
with name element_name
within the timeout
period specified in milliseconds.
The notification_pattern
must be a match pattern.
assert_pipeline_notified(pipeline, :element_name, :hi)