The Parse Table operator parses embedded tables. The type representing the embedded table implements the fitlibrary.table.Table interface.
when test is⇓
| story test fixture |
| check | test result |
| check | first cell value | some |
|
| check | first cell value |
| thing |
| check | first cell string value |
| some |
| check | first cell string value |
| else |
| check | first cell string value |
| |
|
| check | first cell value | some
No embedded table.
|
|
| check | first cell value |
| thing
No embedded table.
|
| check | first cell string value |
| some |
| check | first cell string value |
| else expected some actual At 0 expected e was s |
| check | first cell string value |
| |
| check | null table | something
No embedded table.
|
|
|
| check | first cell value | some |
|
| check | first cell value |
| thing |
| check | first cell string value |
| some |
| check | first cell string value |
| else |
| check | first cell string value |
| |
| then result is |
| check | first cell value | some
No embedded table.
|
|
| check | first cell value |
| thing
No embedded table.
|
| check | first cell string value |
| some |
| check | first cell string value |
| else expected some actual At 0 expected e was s |
| check | first cell string value |
| |
| check | null table | something
No embedded table.
|
|