Exemplo n.º 1
0
 public void testHashCode() throws Exception {
   assertTrue("hashCode", fType0.hashCode() == fType1.hashCode());
   assertTrue("hashCode", fType0.hashCode() != fType3.hashCode());
 }