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()
Verifiableverify in interface Verifiablepublic void setupRead(byte[] data)
public int read()
Copyright © 2002 Mock Objects. All Rights Reserved.