Monthly Archives: April 2013

Mocking your server

Have you ever felt the the way of testing the client, especially error tests, can be hard and error prone due to modifications of the real server? That can be omitted by creating a simple server that mocks the real one and is easy to use directly in your unit test. I did so in a project that I… Read More »