Searched refs:TEST_SHORT_STRING (Results 1 – 1 of 1) sorted by relevance
45 private static final String TEST_SHORT_STRING = "a"; field in FastDataTest140 out.writeUTF(TEST_SHORT_STRING); in doTranscodeWrite()154 assertEquals(TEST_SHORT_STRING, in.readUTF()); in doTransodeRead()323 out.writeUTF(TEST_SHORT_STRING); in testBounce_Mixed()334 assertEquals(TEST_SHORT_STRING, in.readUTF()); in testBounce_Mixed()