()
| 1543 | } |
| 1544 | |
| 1545 | private static byte[] anyBytes() { |
| 1546 | return any(byte[].class); |
| 1547 | } |
| 1548 | |
| 1549 | // check that the byte arrays appear in any order, but otherwise match exactly |
| 1550 | private static byte[][] eqAnyOrder(byte[][] wanted) { |
no outgoing calls
no test coverage detected