public class ConcordanceH2DatabaseInitialisationTests extends Object
| Constructor and Description |
|---|
ConcordanceH2DatabaseInitialisationTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
shouldCreateTablesIfCrossReferencesTableDoesNotExist() |
void |
shouldCreateTablesIfModelsTableDoesNotExist() |
void |
shouldCreateTablesIfNeitherTableExists() |
void |
shouldNotCreateTablesIfBothTablesExist() |
public ConcordanceH2DatabaseInitialisationTests()
public void setup()
public void shouldCreateTablesIfNeitherTableExists()
throws H2DatabaseAccessException
H2DatabaseAccessExceptionpublic void shouldCreateTablesIfModelsTableDoesNotExist()
throws H2DatabaseAccessException
H2DatabaseAccessExceptionpublic void shouldCreateTablesIfCrossReferencesTableDoesNotExist()
throws H2DatabaseAccessException
H2DatabaseAccessExceptionpublic void shouldNotCreateTablesIfBothTablesExist()
throws H2DatabaseAccessException
H2DatabaseAccessExceptionCopyright © 2016. All rights reserved.