com.mockobjects.servlet

Class MockServletInputStream

Implemented Interfaces:
Verifiable

public class MockServletInputStream
extends ServletInputStream
implements Verifiable

Method Summary

int
read()
void
setupRead(byte[] data)
void
verify()
Throw an AssertionFailedException if any expectations have not been met.

Method Details

read

public int read()

setupRead

public void setupRead(byte[] data)

verify

public void verify()
Throw an AssertionFailedException if any expectations have not been met.
Specified by:
verify in interface Verifiable

Copyright © 2002 Mock Objects. All Rights Reserved.