
Testing networking code with custom URLProtocol on iOS
Testing networking code might sound tricky at first but in reality, it just means using custom URLProtocol what returns data we would like to. This allows testing the networking module… Read more Testing networking code with custom URLProtocol on iOS →