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,
boolean createFiles) |
static void |
executeScriptRunner(String resourcePath,
boolean createFiles,
String type) |
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, boolean createFiles, String type) throws IOException, SQLException
IOExceptionSQLExceptionpublic static void executeScriptRunner(String resourcePath, boolean createFiles) throws IOException, SQLException
IOExceptionSQLExceptionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.