@Test
 public void hasSameHashCodeLikeOtherEmptyDescription() throws Exception {
   assertEquals(description.hashCode(), new SimpleTextualDescription().hashCode());
 }