You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tend to have a mock implementation here, acting as a IHE conformant Registry/Repository. Is there a set of common interfaces ensuring no need to touch our current implementation?
I think we need both. In coala-communication we can replace the references to coala-ipf-pdq and coala-ipf-xds with some mocking on basis of easymock.
In coala-ipf-* we need some actual lightweight mock implementation. I hope we can do this with the help of IPF to implement some quite dumb memory mocks for this.
For example the PDQ result could always be the same one patient regardless of the search parameter. And the XDS repository and registry could store BPPC documents in memory.
Currently the tests in coala-ipf subsystem are dependent on external running systems providing XDS and PDQ interfaces.
Thus these tests are integration tests and not self-contained. There are two possible solutions for this:
Prerequisite for this is issue #18.
The text was updated successfully, but these errors were encountered: