public class ScriptsBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DB_DDL_SCRIPTS_RESOURCE_PATH |
protected static String |
TEST_PROCESS_ID |
org.junit.rules.TestRule |
watcher |
| Constructor and Description |
|---|
ScriptsBase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanUp() |
static void |
executeScriptRunner(String resourcePath,
ScriptFilter scriptFilter) |
static void |
executeScriptRunner(String resourcePath,
ScriptFilter scriptFilter,
DataSource dataSource,
String defaultSchema) |
protected static final String DB_DDL_SCRIPTS_RESOURCE_PATH
protected static final String TEST_PROCESS_ID
public org.junit.rules.TestRule watcher
public static void cleanUp()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic static void executeScriptRunner(String resourcePath, ScriptFilter scriptFilter) throws IOException, SQLException
IOExceptionSQLExceptionpublic static void executeScriptRunner(String resourcePath, ScriptFilter scriptFilter, DataSource dataSource, String defaultSchema) throws IOException, SQLException
IOExceptionSQLExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.