Graph graph = Context.getInstance().graph;
when(graph.getTransferTable()).thenReturn(table);
// Do the planning
Response response = planner.getItineraries();
Itinerary itinerary = response.getPlan().itinerary.get(0);
// Check the ids of the first two busses
assertEquals("190W1280", itinerary.legs.get(1).tripId);
assertEquals("751W1330", itinerary.legs.get(3).tripId);
// Now add a transfer between the two busses of minimal 126 seconds