}
public void init(TestConfig config, MockObjectTestCase testCase) throws Exception {
super.init(config, testCase);
IDEDiskDriver driver = new IDEDiskDriver();
// set the current testCase for our factory
MockIDEDeviceFactory factory = (MockIDEDeviceFactory)
IDEDriverUtils.getIDEDeviceFactory();
factory.setTestCase(testCase);