TestDispatch.dispatch_form

You're seeing just the function dispatch_form, go back to TestDispatch module for more information.
Link to this function

dispatch_form(conn, attrs \\ %{}, entity_or_test_selector \\ nil)

View Source

Specs

dispatch_form(Plug.Conn.t(), %{}, binary() | atom() | nil) :: Plug.Conn.t()

See submit_form/3 for documentation.

Link to this function

dispatch_form(conn, attrs, entity, test_selector)

View Source

Specs

dispatch_form(Plug.Conn.t(), %{}, atom(), binary()) :: Plug.Conn.t()

See submit_form/3 for documentation.