public class MockServletInputStream extends ServletInputStream implements Verifiable
Constructor and Description |
---|
MockServletInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
read() |
void |
setupRead(byte[] data) |
void |
verify()
Throw an AssertionFailedException if any expectations have not been met.
|
public void verify()
Verifiable
verify
in interface Verifiable
public void setupRead(byte[] data)
public int read()
Copyright © 2002 Mock Objects. All Rights Reserved.