public static class BlockAwareBinTestSuite.BlockAwareBinTest extends java.lang.Object implements TestCase, Environment
| Constructor and Description |
|---|
BlockAwareBinTestSuite.BlockAwareBinTest() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
provide(java.lang.Class<T> service) |
void |
testBlockRead() |
void |
testBlockReadReturnsStorageReturnValue() |
void |
testBlockReadWithOffset() |
void |
testBlockSize() |
void |
testBlockWrite() |
void |
testBlockWriteWithOffset() |
void |
testClose() |
void |
testSync() |
public BlockAwareBinTestSuite.BlockAwareBinTest()
public <T> T provide(java.lang.Class<T> service)
provide in interface Environmentpublic void testBlockSize()
public void testClose()
public void testSync()
public void testBlockReadReturnsStorageReturnValue()
public void testBlockRead()
public void testBlockReadWithOffset()
public void testBlockWrite()
public void testBlockWriteWithOffset()