!**< def !define body (|''name is single class''|name| |''get''|@{@{this}.name}|is|@{name}| ) !define test (!|fitlibrary.specify.dynamicVariable.DynamicVariablesUnderTest| |define action|Person| |${body}| |'''set'''|rick.name|'''to'''|Rick| |'''set'''|rick.class|'''to'''|Person| |'''oo'''|rick|''name is single class''|Rick| |''expected test results''|3|''right''|0|''wrong''|0|''ignored''|0|''exceptions''| ) **! |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.specify.dynamicVariable.DynamicVariablesUnderTest

define action Person
name is single class name

get @{@{this}.name} is @{name}

set rick.name to Rick
set rick.class to Person

oo rick name is single class Rick

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