I have code that looks like so:
for (Map.Entry entry : availableActions.entrySet()) { ... }
I\'ve tried to mock it lik