Mockito Made Clear: Wrong Class name (page 14)

@kenkousen

On page 14 we define a FakeGateway class that implements our Gateway interface.
In the example below we instantiate the AstroService with a class called MockGateway, not FakeGateWay.