* @throws Exception
*/
@Test
public void judgeTest02() throws Exception {
// 入力値の生成
ExporterBean bean = new ExporterBean();
bean.setJobflowSid("11");
bean.setJobflowId("jobflow1");
bean.setExecutionId("11-1");
Map<String, ExportTargetTableBean> targetTable = new HashMap<String, ExportTargetTableBean>();
targetTable.put("table1", new ExportTargetTableBean());
targetTable.put("table2", new ExportTargetTableBean());
bean.setExportTargetTable(targetTable);
Properties p = ConfigurationLoader.getProperty();
p.setProperty(Constants.PROP_KEY_EXPORT_TSV_DELETE, TsvDeleteType.FALSE.getSymbol());
ConfigurationLoader.setProperty(p);