Searched refs:waitForByteArray (Results 1 – 1 of 1) sorted by relevance
103 final byte[] actual = waitForByteArray(out, expected.length); in testPingTrickle()116 final byte[] actual = waitForByteArray(out, expected.length); in testPingDelay()228 final byte[] actual = waitForByteArray(out, expected.length); in assertTransportBehavior()232 private static byte[] waitForByteArray(ByteArrayOutputStream out, int size) { in waitForByteArray() method in SystemDataTransportTest