!**< def
!define test {!|fitlibrary.specify.valueObject.ParseMyFixedPointAsStringWithDelegate|
|'''check'''|a fixed point|(12,34)|(12,34)|
|'''check'''|a fixed point|(12,34)|(0,0)|
|''a fixed point as domain object''|(12,34)|
|x|12|
|y|34|
}
**!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test}|!-
fitlibrary.specify.valueObject.ParseMyFixedPointAsStringWithDelegate |
check |
a fixed point |
(12,34) |
(12,34) |
check |
a fixed point |
(12,34) |
(0,0) expected (12,34) actual |
a fixed point as domain object |
(12,34) |
x |
12 |
y |
34 |
-!|