// noop
}
});
consumer.start();
consumer.stop();
// the directory should now exists
File dir = new File("target/file/foo").getAbsoluteFile();
assertTrue("Directory should be created", dir.exists());
assertTrue("Directory should be a directory", dir.isDirectory());