Membrane.Testing.Assertions.refute_sink_event
You're seeing just the macro
refute_sink_event
, go back to Membrane.Testing.Assertions module for more information.
Link to this macro
refute_sink_event(pipeline, sink_name, event, timeout \\ 2000)
View Source (macro)Asserts that Membrane.Testing.Sink
has not received and will not receive
event matching provided pattern within the timeout
period specified in
milliseconds.
refute_sink_event(pid, :the_sink, %Discontinuity{})