Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Mar 15, 2018
1 parent cf711bd commit e859b75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/behavior.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Given/when I send event {name} with {parameter}={value}


Given/when I wait {seconds:g} seconds

Given/when I wait {seconds:g} second

These steps increase the internal clock of the interpreter.
Expand All @@ -204,21 +205,26 @@ Remember that all these steps assert things about what happened during the execu


Then state {name} is entered

Then state {name} is not entered

Then state {name} is exited

Then state {name} is not exited

These steps assert that a state with provided name was respectively entered, not entered, exited,
not exited.


Then state {name} is active

Then state {name} is not active

These steps assert that a state with provided name is (not) in the active configuration of the statechart.


Then event {name} is fired

Then event {name} is fired with {parameter}={value}

These steps assert that an event with provided name was sent.
Expand Down Expand Up @@ -247,6 +253,7 @@ Then variable {variable} does not equal {value}


Then expression {expression} holds

Then expression {expression} does not hold

These steps assert that given expression holds (does not hold). The expression will be evaluated by the
Expand All @@ -255,6 +262,7 @@ Then expression {expression} does not hold


Then statechart is in a final configuration

Then statechart is not in a final configuration

These steps assert that the statechart is (not) in a final configuration.
Expand Down

0 comments on commit e859b75

Please sign in to comment.