コード例 #1
0
 @Test
 public void id_is_set_on_construction() {
   Location l = new Location("id", "", null, null);
   assertEquals("id", l.id());
 }