Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEqualsAndSerializableOnReturnValues_serializableButNotEquals (1.03 sec)

  1. guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java

        } catch (AssertionFailedError expected) {
          return;
        }
        fail("should have failed");
      }
    
      public void testEqualsAndSerializableOnReturnValues_serializableButNotEquals() throws Exception {
        try {
          tester.forAllPublicStaticMethods(GoodSerializableFactory.class).testEqualsAndSerializable();
        } catch (AssertionFailedError expected) {
          return;
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Nov 16 15:12:31 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top