@Test
 public void system_property_tostring_should_return_property_name() {
   assertThat(
       ThucydidesSystemProperty.THUCYDIDES_PUBLIC_URL.toString(), is("thucydides.public.url"));
 }