View Source Behave.Scenario (behave v0.2.0)

Summary

Types

@type t() :: %Behave.Scenario{data: term(), results: term(), steps: term()}

Functions

Link to this macro

act(name, list)

View Source (macro)
Link to this macro

act(name, data, list)

View Source (macro)
Link to this macro

act(name, data, arguments, list)

View Source (macro)
Link to this macro

act(name, data, results, arguments, list)

View Source (macro)
Link to this macro

check(name, list)

View Source (macro)
Link to this macro

check(name, results, list)

View Source (macro)
Link to this macro

check(name, results, arguments, list)

View Source (macro)
Link to this macro

check(name, results, data, arguments, list)

View Source (macro)
Link to this macro

given(name, list)

View Source (macro)
Link to this macro

given(name, arguments, list)

View Source (macro)
Link to this macro

given(name, data, arguments, list)

View Source (macro)
@spec new() :: t()