| # | Result | Name | Parameter | Duration |
|
1 |  | invoke
Resulting page |
| -> complete url | http://localhost:19090/selftest/numbers.html |
| nested text | numbers.html |
| 174 |
|
2 |  | verifyTitle
|
| nested text | Special Numbers |
| 2 |
3
 |  | group
groovy step with body as a closure |
| # | Result | Name | Parameter | Duration |
1
 |  | not
|
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyProperty
|
| name | foo |
| text | Hello from Groovy |
| 2 |
| 4 |
|
2 |  | groovy
set property 'foo' with step body specified as closure |
| 72 |
|
3 |  | verifyProperty
|
| name | foo |
| text | Hello from Groovy |
| 1 |
| 80 |
4
 |  | group
groovy step with body as a closure declared in the owning class |
| # | Result | Name | Parameter | Duration |
1
 |  | not
|
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyProperty
|
| name | foo2 |
| text | Hello from a closure in the class |
| 2 |
| 4 |
|
2 |  | groovy
set property 'foo2' with step body specified as closure which is a class property |
| 3 |
|
3 |  | verifyProperty
|
| name | foo2 |
| text | Hello from a closure in the class |
| 1 |
| 12 |