public class ExtendedTestDatabaseCreator extends TestDatabaseCreator
Constructor and Description |
---|
ExtendedTestDatabaseCreator() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDEFAULT_DB_HOST() |
protected String |
getSEQWARE_DB() |
protected String |
getSEQWARE_PASSWORD() |
protected String |
getSEQWARE_USER() |
static void |
resetDatabaseWithUsers()
Unfortunately, postgres does not allow the straight dropdb and createdb when tomcat is used (perhaps we leave open a connection)
|
static void |
resetDatabaseWithUsers(boolean loadTestingData)
Unfortunately, postgres does not allow the straight dropdb and createdb when tomcat is used (perhaps we leave open a connection)
|
basicResetDatabaseWithUsers, basicResetDatabaseWithUsers, createDatabase, createDatabase, dropDatabase, dropDatabaseWithUsers, getPOSTGRE_DB, getPOSTGRE_PASSWORD, getPOSTGRE_USER, markDatabaseChanged, runQuery, runQuery, runUpdate
protected String getSEQWARE_DB()
getSEQWARE_DB
in class TestDatabaseCreator
protected String getSEQWARE_USER()
getSEQWARE_USER
in class TestDatabaseCreator
protected String getSEQWARE_PASSWORD()
getSEQWARE_PASSWORD
in class TestDatabaseCreator
protected String getDEFAULT_DB_HOST()
getDEFAULT_DB_HOST
in class TestDatabaseCreator
public static void resetDatabaseWithUsers()
public static void resetDatabaseWithUsers(boolean loadTestingData)
loadTestingData
- Copyright © 2015 SeqWare. All rights reserved.