Searched refs:TEST_SHORT_STRING (Results 1 – 1 of 1) sorted by relevance
61 private static final String TEST_SHORT_STRING = "a"; field in FastDataTest192 out.writeUTF(TEST_SHORT_STRING); in doTranscodeWrite()206 assertEquals(TEST_SHORT_STRING, in.readUTF()); in doTranscodeRead()406 out.writeUTF(TEST_SHORT_STRING); in testBounce_Mixed()417 assertEquals(TEST_SHORT_STRING, in.readUTF()); in testBounce_Mixed()