svoid verifyInputStreamWithEOF(InputStream in, byte[] data) ctex { verifyInputStream(in, data); assertEquals(-1, in.read()); }