Phoenix.LiveViewTest.assert_reply

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

assert_reply(view, payload, timeout \\ 100)

View Source (macro)

Asserts a hook reply was returned from a handle_event callback.

Examples

assert_reply view, %{result: "ok", transaction_id: _}