calculator2003.CalculatorFixture | |||
left | op | right | simpleValue() |
2 | + | 3 | 5 |
5 | - | 4 | 1 |
5 | - | 6 | -1 |
0 | - | 3 | -3 |
fit.ActionFixture | ||
start | calculator2003.CalculatorActionFixture | |
check | value | 0 |
press | five | |
press | three | |
press | plus | |
press | five | |
press | equals | |
check | value | 58 |
press | minus | |
press | two | |
press | equals | |
check | value | 56 |
calculator2003.CalculatorFixture | |||||
left | op | right | op2 | third | chainValue() |
2 | + | 3 | + | 5 | 10 |
5 | - | 4 | + | 1 | 2 |
5 | - | 6 | - | 1 | -2 |
fit.ActionFixture | ||
start | calculator2003.CalculatorGuiRobotFixture | |
check | value | 0 |
press | five | |
press | three | |
press | plus | |
press | five | |
press | equals | |
check | value | 58 |
press | minus | |
press | two | |
press | equals | |
check | value | 56 |