It's possible to keep stepping into other objects, etc, down the table. So, in general, if an action in any row returns a Fixture, that fixture applies to the rest of the table.
| point holder |
| point |
--r | check | x | 24 |
--r | check | y | 7 |
Not all objects are automatically wrapped, because some provide values which are parsed and checked, such as Dates. It's not ideal, but we consider something to be a domain object, and wrapped, if it does not have a parse() method.