@Test
  public void testHandleSetSelection() {
    handler.handleSet(new JsonObject().add("selection", 1));

    verify(spinner).setSelection(1);
  }