String result = this.executeAction();
assertEquals(Action.SUCCESS, result);
}
private void init() {
ContentWorkflowManager workflowManager = (ContentWorkflowManager) this.getService(JpcontentworkflowSystemConstants.CONTENT_WORKFLOW_MANAGER);
ConfigInterface configManager = (ConfigInterface) this.getService(SystemConstants.BASE_CONFIG_MANAGER);
DataSource dataSource = (DataSource) this.getApplicationContext().getBean("portDataSource");
this._helper = new WorkflowTestHelper(workflowManager, configManager, dataSource);
}