!3 A ''domain adapter'' may be used in a ''!-CalculateFixture-!'' !**< def !define test {!|fitlibrary.DoFixture| |start|!-fitlibrary.specify.DomainAdapterUnderTest-!| |create| |''a''|''b''| |11|2| |12|3| |''ab''| |''a''|''b''| |11|2| |12|3| } **! |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.DoFixture

start fitlibrary.specify.DomainAdapterUnderTest

create
a b
11 2
12 3

ab
a b
11 2
12 3
-!|