Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCombineOrdered_differentBitLengths (0.24 sec)

  1. guava-tests/test/com/google/common/hash/HashingTest.java

      public void testCombineOrdered_empty() {
        assertThrows(
            IllegalArgumentException.class,
            () -> Hashing.combineOrdered(Collections.<HashCode>emptySet()));
      }
    
      public void testCombineOrdered_differentBitLengths() {
        assertThrows(
            IllegalArgumentException.class,
            () -> {
              HashCode unused =
                  Hashing.combineOrdered(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 09 17:40:09 UTC 2024
    - 26.3K bytes
    - Viewed (0)
Back to top