public void testHashCode() throws Exception {
   com.google.common.base.ObjectsTest testCase = new com.google.common.base.ObjectsTest();
   testCase.testHashCode();
 }
 public void testFirstNonNull_withNonNull() throws Exception {
   com.google.common.base.ObjectsTest testCase = new com.google.common.base.ObjectsTest();
   testCase.testFirstNonNull_withNonNull();
 }