Searched refs:assertPutString (Results 1 – 1 of 1) sorted by relevance
63 assertPutString(new char[] { 'p', HashTestUtils.randomLowSurrogate(new Random()) }); in testPutStringWithLowSurrogate()69 assertPutString(new char[] { 'p', HashTestUtils.randomHighSurrogate(new Random()) }); in testPutStringWithHighSurrogate()73 assertPutString(new char[] { in testPutStringWithLowHighSurrogate()79 assertPutString(new char[] { in testPutStringWithHighLowSurrogate()84 private static void assertPutString(char[] chars) { in assertPutString() method in AbstractNonStreamingHashFunctionTest