Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testNotEqualsEmpty (0.85 sec)

  1. android/guava-testlib/src/com/google/common/collect/testing/google/MultimapEqualsTester.java

            .addEqualityGroup(
                withNull, getSubjectGenerator().create((Object[]) createArrayWithNullValue()))
            .testEquals();
      }
    
      @CollectionSize.Require(absent = ZERO)
      public void testNotEqualsEmpty() {
        new EqualsTester()
            .addEqualityGroup(multimap())
            .addEqualityGroup(getSubjectGenerator().create())
            .testEquals();
      }
    
      public void testHashCodeMatchesAsMap() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top