when(boat.getLocation()).thenReturn(location);
when(boat.isValid()).thenReturn(true);
when(event.getVehicle()).thenReturn(boat);
ExitRemover rem = new ExitRemover();
rem.onVehicleExit(event);
verify(server).getScheduler();
CraftBookPlugin plugin = mock(CraftBookPlugin.class);
BukkitConfiguration config = mock(BukkitConfiguration.class);