The `FakeDockerClient` had a number of methods defined on it which were not being called anywhere. The majority were of the form `Assert...`. In the spirit of removing dead code, remove the methods which aren't being called.