ExCucumber.CustomParameterType behaviour (ExCucumber v0.1.2) View Source

Link to this section Summary

Link to this section Callbacks

Link to this callback

disambiguator()

View Source (optional)

Specs

disambiguator() :: Regex.t()
Link to this callback

post_transformer(any, any)

View Source (optional)

Specs

post_transformer(any(), any()) :: {:ok, any()} | {:error, any()}
Link to this callback

pre_transformer(any, any)

View Source (optional)

Specs

pre_transformer(any(), any()) :: {:ok, any()} | {:error, any()}

Specs

validator() :: Regex.t()
Link to this callback

validator(any, any)

View Source (optional)

Specs

validator(any(), any()) :: {:ok, any()} | {:error, any()}