# Functions

HandleFindSuccessfully creates an HTTP handler at `/stacks/postman_stack/events` on the test handler mux that responds with a `Find` response.
HandleGetSuccessfully creates an HTTP handler at `/stacks/hello_world/49181cd6-169a-4130-9455-31185bbfc5bf/resources/my_resource/events/93940999-7d40-44ae-8de4-19624e7b8d18` on the test handler mux that responds with a `Get` response.
HandleListResourceEventsSuccessfully creates an HTTP handler at `/stacks/hello_world/49181cd6-169a-4130-9455-31185bbfc5bf/resources/my_resource/events` on the test handler mux that responds with a `ListResourceEvents` response.
HandleListSuccessfully creates an HTTP handler at `/stacks/hello_world/49181cd6-169a-4130-9455-31185bbfc5bf/events` on the test handler mux that responds with a `List` response.

# Constants

FindOutput represents the response body from a Find request.
GetOutput represents the response body from a Get request.
ListOutput represents the response body from a List request.
ListResourceEventsOutput represents the response body from a ListResourceEvents request.

# Variables

FindExpected represents the expected object from a Find request.
GetExpected represents the expected object from a Get request.
ListExpected represents the expected object from a List request.
ListResourceEventsExpected represents the expected object from a ListResourceEvents request.
No description provided by the author
No description provided by the author