ash_json_api
v0.1.2
Pages
Modules
ash_json_api v0.1.2
AshJsonApi.Test
View Source
Link to this section
Summary
Functions
assert_attribute_equals(conn, attribute, expected_value)
assert_attribute_missing(conn, attribute)
assert_data_equals(conn, expected_data)
assert_has_error(conn, fields)
assert_response_header_equals(conn, header, value)
get(api, path, opts \\ [])
post(api, path, body, opts \\ [])
Link to this section
Functions
Link to this function
assert_attribute_equals(conn, attribute, expected_value)
View Source
Link to this function
assert_attribute_missing(conn, attribute)
View Source
Link to this function
assert_data_equals(conn, expected_data)
View Source
assert_data_equals(
atom
() | %{resp_body:
map
()},
any
()) ::
map
()
Link to this function
assert_has_error(conn, fields)
View Source
Link to this function
assert_response_header_equals(conn, header, value)
View Source
Link to this function
get(api, path, opts \\ [])
View Source
Link to this function
post(api, path, body, opts \\ [])
View Source