Membrane.Testing.Assertions.refute_pipeline_notified
You're seeing just the macro
refute_pipeline_notified
, go back to Membrane.Testing.Assertions module for more information.
Link to this macro
refute_pipeline_notified(pipeline, element_name, notification_pattern, timeout \\ 2000)
View Source (macro)Refutes 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.
refute_pipeline_notified(pipeline, :element_name, :hi)