TemporaryFileManager tempFileMgr = new TemporaryFileManager(
new TestDeviceRepositoryCreator());
tempFileMgr.executeWith(new TemporaryFileExecutor() {
public void execute(File repository) throws Exception {
JDOMFactory jdomFactory = new ODOMFactory();
TransformerMetaFactory transformerMetaFactory =
new TestTransformerMetaFactory();
// Don't need a test instance for the static test but to test that
// the static test hasn't altered any state an instance is required