public void init(TestConfig config, MockObjectTestCase testCase) throws Exception {
super.init(config, testCase);
BlockDeviceAPITestConfig cfg = (BlockDeviceAPITestConfig) config;
ByteArrayDevice device = new ByteArrayDevice(new byte[cfg.getDeviceSize()]);
init(null, device, null);
}