Beispiel #1
0
 @Test
 public void canConstructStopSearchUrl() throws Exception {
   assertEquals(
       "http://buses.eelpieconsulting.co.uk/stops/search?q=53550",
       urlBuilder.getStopSearchUrl("53550"));
 }