Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEquals_otherSetContainsThrows (0.6 sec)

  1. android/guava-tests/test/com/google/common/collect/SetViewTest.java

                difference(newHashSet(1, 2, 3), emptySet()),
                symmetricDifference(emptySet(), newHashSet(1, 2, 3)))
            .testEquals();
      }
    
      public void testEquals_otherSetContainsThrows() {
        new EqualsTester()
            .addEqualityGroup(new SetContainsThrows())
            .addEqualityGroup(intersection(singleton(null), singleton(null))) // NPE
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 29.9K bytes
    - Viewed (0)
Back to top