@Before
public void before() throws IOException
{
importManager = new ImportManagerImpl();
((ImportManagerImpl) importManager).setLogger(new NullLoggerImpl ());
List<ImportHandlerConfig> ihcs = new LinkedList<ImportHandlerConfig>();
aHandler = new TestImportHandler("a");
bHandler = new TestImportHandler("b");