コード例 #1
0
 @Test
 public void hasSameHashCodeLikeOtherEmptyDescription() throws Exception {
   assertEquals(description.hashCode(), new SimpleTextualDescription().hashCode());
 }