Searched refs:TEST_LONG_STRING (Results 1 – 1 of 1) sorted by relevance
62 private static final String TEST_LONG_STRING = "com☃exampletypical☃packagename"; field in FastDataTest63 private static final byte[] TEST_BYTES = TEST_LONG_STRING.getBytes(StandardCharsets.UTF_16LE);193 out.writeUTF(TEST_LONG_STRING); in doTranscodeWrite()207 assertEquals(TEST_LONG_STRING, in.readUTF()); in doTranscodeRead()407 out.writeUTF(TEST_LONG_STRING); in testBounce_Mixed()418 assertEquals(TEST_LONG_STRING, in.readUTF()); in testBounce_Mixed()