"mockInputStream", expectations);
mockInputStream.fuzzy.read(mockFactory.expectsArrayOf(byte.class))
.returns(-1).any();
mockInputStream.expects.close();
mockRestartStream = new RestartInputStreamMock(
"mockRestartStream", expectations, mockInputStream);
// try {
// mockInputStream = new RestartInputStreamMock(new InputStream() {
// public int read() throws IOException {
// return -1;