public class MockBin extends MethodCallRecorder implements Bin
| Constructor and Description |
|---|
MockBin() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
length() |
int |
read(long position,
byte[] buffer,
int bytesToRead) |
void |
returnValueForNextCall(int value) |
void |
sync() |
void |
sync(java.lang.Runnable runnable) |
int |
syncRead(long position,
byte[] buffer,
int bytesToRead) |
void |
write(long position,
byte[] bytes,
int bytesToWrite) |
iterator, record, reset, verify, verifyUnordered