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

set expand defined actions true

fitlibrary.specify.dynamicVariable.DynamicVariablesUnderTest

define action Person
name is single class 2 NAME

get @{this.name} is NAME

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

oo rick name is single class 2 Rick Defined action call:
get Rick is Rick

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