Searched refs:assertPutString (Results 1 – 1 of 1) sorted by relevance
61 assertPutString(new char[] { 'p', HashTestUtils.randomLowSurrogate(new Random()) }); in testPutStringWithLowSurrogate()67 assertPutString(new char[] { 'p', HashTestUtils.randomHighSurrogate(new Random()) }); in testPutStringWithHighSurrogate()71 assertPutString(new char[] { in testPutStringWithLowHighSurrogate()77 assertPutString(new char[] { in testPutStringWithHighLowSurrogate()82 private static void assertPutString(char[] chars) { in assertPutString() method in AbstractNonStreamingHashFunctionTest