public void isExecRecoveryTest01() throws Exception {
// テストデータを指定
File testDataDir = new File("src/test/data/recoverer/executeTest01");
TestUtils util = new TestUtils(testDataDir);
// テストデータをセット
util.storeToDatabase(false);
// 処理の実行
ExporterBean bean = new ExporterBean();
bean.setExecutionId("JOB_FLOW01-001");
bean.setJobflowId("JOBFLOW-01");