Provides test helpers for verifying Alva dispatch events.
Use these macros in your Phoenix ConnCase or LiveViewCase tests to
assert that dispatches succeed or return forbidden errors.
Summary
Functions
Executes an event dispatch and asserts that the result is a forbidden error. Returns the error result map.
Executes an event dispatch and asserts that the result is successful. Returns the successful result map.
Functions
Executes an event dispatch and asserts that the result is a forbidden error. Returns the error result map.
Executes an event dispatch and asserts that the result is successful. Returns the successful result map.