I'm new to unit testing. I want to code unit tests in Qt, but my functions(login, request etc...) heavily depend on other resources such as a server.
How can I supply a block box in this situation?
Do you know any open source project which I can examine unit test classes for similar situations?