!**< def !define test (!|fitlibrary.specify.workflow.SpecialsAndSequence| |'''check'''|''plus''|1|2|3| |'''show'''|''plus''|1|2| |'''show after'''|''plus''|1|2| |'''show escaped'''|''and''||2| |'''not'''|''or''|false|false| |'''not'''|''or''|true|false| |'''not true'''|''or''|false|false| |'''not true'''|''or''|true|false| |'''not'''|''runtimeException''||| |'''not'''|''badNumberException''|a|| |'''not'''|''fitLibraryException''|some error|| |'''not'''|''fitLibraryShowException''|some msg|| |'''ensure'''|''or''|true|false| |'''ensure'''|''or''|false|false| |'''set'''|x|''plus''|1|2| |''get''|@{x}|'''is'''|3| |'''set'''|x|=|1+2| |''get''|@{x}|'''is'''|3| |'''set symbol named'''|x|''plus''|1|2| |''get symbol named''|x|'''is'''|3| |'''set symbol named'''|x|=|1+2| |''get symbol named''|x|'''is'''|3| |''plus''|1|2|'''is'''|3| |''plus''|1|2|'''becomes'''|3| |''plus''|1|20|'''matches'''|.1| |'''not true'''|''badNumberException''|a|| |'''not true'''|''fitLibraryException''|some error|| |'''not true'''|''fitLibraryShowException''|some msg|| |'''not true'''|''runtimeException''||| ) **! |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.specify.workflow.SpecialsAndSequence

check plus 1 2 3

show plus 1 2 3

show after plus 1 2
Expand All | Collapse All
 Logs

show escaped and <b> 2</b>
<b>2</b>

not or false false
not or true false

not true or false false
not true or true false

not runtimeException    
not badNumberException a   Invalid Number
not fitLibraryException some error  
not fitLibraryShowException some msg   some msg

ensure or true false
ensure or false false

set x plus 1 2
get 3 is 3

set x = 1+2
get 3 is 3

set symbol named x plus 1 2
get symbol named x is 3

set symbol named x = 1+2
get symbol named x is 3


plus 1 2 is 3

plus 1 2 becomes 3

plus 1 20 matches .1

not true badNumberException a
Invalid Number
 
not true
some error
fitLibraryException some error  
not true fitLibraryShowException some msg   some msg
not true
runtimeException    
-!|