factory.setTestCase(testCase);
DeviceFinder deviceFinder = new FloppyControllerFinder();
StubDeviceManager.INSTANCE.removeAll();
StubDeviceManager.INSTANCE.add(deviceFinder, new FloppyDeviceToDriverMapper());
FloppyDriver driver = (FloppyDriver) findDriver(deviceFinder, "fd0");
log.debug("findDriver->" + driver);
init(null, driver, null);
}