ExCucumber v0.1.1 ExCucumber.CustomParameterType behaviour 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

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()}