Example #1
0
 @Test
 public void canConstructUrlForRouteStops() throws Exception {
   assertEquals(
       "http://buses.eelpieconsulting.co.uk/route/N22/1/stops",
       urlBuilder.getRoutesStopUrl("N22", 1));
 }