open_api_spex v3.5.1 OpenApiSpex.Test.Assertions2 View Source
Defines helpers for testing API responses and examples against API spec schemas.
Link to this section Summary
Functions
assert_schema(value, schema_title, api_spec)
deprecated
Asserts that value
conforms to the schema with title schema_title
in api_spec
Link to this section Functions
Link to this function
assert_schema(value, schema_title, api_spec) View Source
This function is deprecated. Use OpenApiSpex.TestAssertions.assert_schema/3 instead.
Asserts that value
conforms to the schema with title schema_title
in api_spec
.