Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldHaveKnownHashes (0.13 sec)

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

              .build();
    
      public void testAllHashFunctionsHaveKnownHashes() throws Exception {
        for (Method method : Hashing.class.getDeclaredMethods()) {
          if (shouldHaveKnownHashes(method)) {
            HashFunction hashFunction = (HashFunction) method.invoke(Hashing.class);
            assertTrue(
                "There should be at least 3 entries in KNOWN_HASHES for " + hashFunction,
    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