assertLocations(locations, "D�sseldorf", "Cologne");
}
@Test public void shouldFindCologneAndBerlin() {
// when
List<Location> locations = repo.findByPositionNear(DUS , new Distance(350, Metrics.MILES) );
// then
assertLocations(locations, "D�sseldorf", "Cologne", "Berlin");
}