Executed features | Passed | Failures | Errors | Skipped | Success rate | Time |
---|---|---|---|---|---|---|
1 | 1 | 0 | 0 | 0 | 100.0% | 0.030 seconds |
The storage device allocates resources to prepare a coffee drink
As a control unit I want to receive the necessary resources from the storage unit So that I will be able to prepare the desired coffee drink
should allocate the necessary resources for making coffee
Return
(0.016 seconds)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Given:
|
a storage unit with enough of all the necessary resources
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
When:
|
we are requesting resource allocation for a coffee drink
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Then:
|
the request executes normally without any exceptions.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
And:
|
the amount of resources in the storage unit is reduced accordingly
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Where:
|
resources in storage device and desired coffee drink
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Examples:
|
|
9/9 passed
|