Hi Laurent,
I am stuck at the problem of testing the jabber protocol. Is there some way
in QtTest or something else with which I can stub the functions of the
third party used in classes of protocols?
Can you guide me to how can I approach to write tests for protocols?
I tried to write tests for
Hi,
This week I plan to finish port of Oscar protocol by this week. And write
tests for jabber protocol as soon as the blocker is resolved. I tried
writing tests for jabber protocol but the issue is that it uses external
library calls which depend on the network for some of their function. So
eith