!**< def !define c1 ( !|fitlibrary.specify.suite.SimpleSetUp| |''select or''|complete| |'''check'''|''set up count''|1| |'''check'''|''tear down count''|0| |'''check'''|''suite set up count''|1| |'''check'''|''suite tear down count''|0| |'''check'''|''total local set ups''|0| |'''check'''|''total local tear downs''|0| ) !define c2 ( |'''check'''|''suite set up count''|1| |'''check'''|''suite tear down count''|0| |'''check'''|''total local set ups''|0| |'''check'''|''total local tear downs''|0| |''keywords''|complete,money| |''aFixture''| |''and some immediate action''| |'''check'''|''local set up count''|1| |''and more''| |''and more besides''| |'''check'''|''local set up count''|1| ) !define c2B ( |'''check'''|''suite set up count''|1| |'''check'''|''suite tear down count''|0| |'''check'''|''total local set ups''|1| |'''check'''|''total local tear downs''|1| |''keywords''|complete,money| |''aFixture''| |''and some immediate action''| |'''check'''|''local set up count''|1| |''and more''| |''and more besides''| |'''check'''|''local set up count''|1| ) !define c3 ( |'''check'''|''suite set up count''|1| |'''check'''|''suite tear down count''|0| |'''check'''|''total local set ups''|2| |'''check'''|''total local tear downs''|2| |''keywords''|underway| |''a fixture''| |'''check'''|''local set up count''|1| |''and some immediate action''| |'''check'''|''local set up count''|1| ) !define c4 ( |'''check'''|''total local set ups''|2| |'''check'''|''total local tear downs''|2| ) **! |!-fitlibrary.spec.SpecifySuiteFixture-!| |${c1}|!-
fitlibrary.specify.suite.SimpleSetUp

select or complete

check set up count 1
check tear down count 0

check suite set up count 1
check suite tear down count 0

check total local set ups 0
check total local tear downs 0
-!|''Normally in !-SuiteSetUp-!''| |${c2}|!-
check suite set up count 1
check suite tear down count 0

check total local set ups 0
check total local tear downs 0

keywords complete,money

aFixture
and some immediate action

check local set up count 1

and more

and more besides

check local set up count 1
-!|''Test One is selected''| |${c2B}|!-
check suite set up count 1
check suite tear down count 0

check total local set ups 1
check total local tear downs 1

keywords complete,money

aFixture
and some immediate action

check local set up count 1

and more

and more besides

check local set up count 1
-!|''Test One is selected again''| |${c3}|!-
check suite set up count 1
check suite tear down count 0

check total local set ups 2
check total local tear downs 2

keywords underway

a fixture

check local set up count 1

and some immediate action

check local set up count 1
-!|''Test Two is not selected''| |${c4}|!-
check total local set ups 2
check total local tear downs 2
-!||