- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testHash_hashesCorrectlyForSkipping (0.1 sec)
-
guava-tests/test/com/google/common/hash/HashingInputStreamTest.java
assertEquals(-1, in.read()); // additional read assertEquals(4, numOfByteRead); assertEquals(expectedHash, in.hash()); } public void testHash_hashesCorrectlyForSkipping() throws Exception { HashCode expectedHash = Hashing.md5().hashBytes(new byte[] {'m', 's'}); HashingInputStream in = new HashingInputStream(Hashing.md5(), buffer);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 5K bytes - Viewed (0)