Refactor DummyInputInterface
DummyInputInterface was used in the past to have an input interface attached to the hamster game when running tests. However, it would be much better to use Mockito to generate a mock for the input interface API. In doing so, we could also write a proper mock-based test for the Input Interface.