!3 A ''domain adapter'' may be used in a ''!-CalculateFixture-!'' !**< def !define test {!|fitlibrary.DoFixture| |start|!-fitlibrary.specify.DomainAdapterUnderTest-!| |calculate| |''a''|''b''||''product''| |11|2||22| |calculate| |''x''|''y''||''sum''| |1|2||3| } **! |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.DoFixture |
start | fitlibrary.specify.DomainAdapterUnderTest |
calculate | |||
a | b | product | |
11 | 2 | 22 |
calculate | |||
x | y | sum | |
1 | 2 | 3 |