Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Tcl Library › Unit Test multi context code
I’ve just completed some unit testing of code where we have an XML message, missing some patient demographic data.
We grab the patient code from the XML message, send an HL7 A19 message and load the patient details back into the XML message.
We have GRM handles across contexts (using namespaces) for efficiency so not easy to test each context individually.