import |
GreenPepperTest.Fixtures |
do with | MarbleTest | ||
Accept | Create new marble box | ||
Check | number of marbles in box is | 0 | |
Add new marble with color | red | with radius | 12 |
Check | number of marbles in box is | 1 | |
Check | total marble value of box is | 100 VU |
End |
do with | MarbleTest | ||
Accept | Create new marble box | ||
Check | number of marbles in box is | 0 | |
Add new marble with color | red | with radius | 12 |
Check | number of marbles in box is | 1 | |
Check | total marble value of box is | 100 VU |