pact_matchers (pact_erlang v0.3.1)

View Source

Summary

Functions

Function for matching each key inside a map with regex

Function for matching each entity inside a list with type of given term

Function for matching with type of the given term

Function for matching with regex

Functions

each_key(Value, Regex)

-spec each_key(binary() | boolean() | number() | map() | list(), binary()) -> map().

Function for matching each key inside a map with regex

each_like(Term)

-spec each_like(binary() | boolean() | number() | map() | list()) -> map().

Function for matching each entity inside a list with type of given term

like(Term)

-spec like(binary() | boolean() | number() | list() | map()) -> map().

Function for matching with type of the given term

regex_match(Value, Regex)

-spec regex_match(binary() | boolean() | number() | map() | list(), binary()) -> map().

Function for matching with regex