View Source SchemaAssertions.Fieldset (Schema Assertions v1.0.0)

Functions for comparing fieldsets from different sources.

Summary

Functions

Link to this function

same?(database_fieldset, expected_fieldset)

View Source
@spec same?(Keyword.t(), Keyword.t()) ::
  :ok | {:error, added: Keyword.t(), missing: Keyword.t()}