Newbie in Mockito, trying to test method:
public boolean isPlaceBookedForDate(Long id, LocalDate date) { Place place; Boolean res; try {