The JADE 2022 release meets tomorrow’s business demands.
HistoricalComments
Ty Baen-Price 13/11/2018 12:06:07 PM
You appreciate that the JADE language defines those literals as Reals, so it's not setPropertyValue doing any conversion or assuming (well, it's assuming you're sending through a value of the right type)? If you sent a local variable of the right type, it would work the way you want it to, which is generally more useful for testing scenarios anyway, since you can then assert on the local variable rather than mistyping the literal again. |