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