!**< def !define table0 (|''embedded2''| ) !define table1 (|''embedded3''| ) !define table2 (|${table1}|''embedded4''| ) !define table3 (|''embedded1''|${table0}| ) !define list ( * one ) !define table4 (|${list}|${table1}| ) !define test (!|fitlibrary.specify.DoTable| |check|''first cell value''|3|${table1}| |check|''first cell value''|3|4| |show|''first cell value''|${table2}| |show|''a table''| |check|''first cell string value''|${table3}|''embedded1''| |check|''first cell string value''|${table3}|''one''| |check|''first cell string value''|${table4}|${list}| |check|''first cell value''|${table2}|${table1}| |check|''null table''|12| |''expected test results''|3|''right''|1|''wrong''|0|''ignored''|3|''exceptions''| ) **! |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.specify.DoTable

check first cell value 3
Missing table
embedded3
check first cell value 3
Missing table
4

show first cell value
embedded3
embedded4
embedded3

show a table
onetwothree

check first cell string value
embedded1
embedded2
embedded1
check first cell string value
embedded1
embedded2
one expected
embedded1 actual
check first cell string value
  • one
embedded3
  • one

check first cell value
embedded3
embedded4
embedded3

check null table 12
Missing table

expected test results 3 right 1 wrong 0 ignored 3 exceptions
-!|