Beispiel #1
0
 private void dice(Direction direction) {
   when(dice.next(anyInt())).thenReturn(direction.value());
 }