Executed features | Passed | Failures | Errors | Skipped | Success rate | Time |
---|---|---|---|---|---|---|
1 | 1 | 0 | 0 | 0 | 100.0% | 0.003 seconds |
The coffee machine switches off the control unit
As a coffee machine I want to turns off the control unit So that it stops working and the coffee machine turns off
should turn off the control unit
Return
(0)
|
|||||||||
Given:
|
the control unit with dummy display and storage
|
||||||||
And:
|
the control unit is in main menu state
|
||||||||
Expect:
|
the control unit works
|
||||||||
When:
|
the coffee machine sends a request
|
||||||||
Then:
|
the control unit is no more operate
|
||||||||
Where:
|
request to turn off the coffee machine
|
||||||||
Examples:
|
|
1/1 passed
|