Phoenix.LiveViewTest.assert_push_event

You're seeing just the macro assert_push_event, go back to Phoenix.LiveViewTest module for more information.
Link to this macro

assert_push_event(view, event, payload, timeout \\ 100)

View Source (macro)

Asserts an event will be pushed within timeout.

Examples

assert_push_event view, "scores", %{points: 100, user: "josé"}