Class ScriptsBase
- java.lang.Object
-
- org.jbpm.test.persistence.scripts.ScriptsBase
-
public class ScriptsBase extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
DB_DDL_SCRIPTS_RESOURCE_PATH
protected static String
TEST_PROCESS_ID
org.junit.rules.TestRule
watcher
-
Constructor Summary
Constructors Constructor Description ScriptsBase()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
cleanUp()
static void
executeScriptRunner(String resourcePath, ScriptFilter scriptFilter)
static void
executeScriptRunner(String resourcePath, ScriptFilter scriptFilter, DataSource dataSource, String defaultSchema)
-
-
-
Field Detail
-
DB_DDL_SCRIPTS_RESOURCE_PATH
protected static final String DB_DDL_SCRIPTS_RESOURCE_PATH
- See Also:
- Constant Field Values
-
TEST_PROCESS_ID
protected static final String TEST_PROCESS_ID
- See Also:
- Constant Field Values
-
watcher
public org.junit.rules.TestRule watcher
-
-
Method Detail
-
cleanUp
public static void cleanUp() throws IOException, SQLException
- Throws:
IOException
SQLException
-
executeScriptRunner
public static void executeScriptRunner(String resourcePath, ScriptFilter scriptFilter) throws IOException, SQLException
- Throws:
IOException
SQLException
-
executeScriptRunner
public static void executeScriptRunner(String resourcePath, ScriptFilter scriptFilter, DataSource dataSource, String defaultSchema) throws IOException, SQLException
- Throws:
IOException
SQLException
-
-