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