public class H2DatabaseTests extends Object
| Constructor and Description |
|---|
H2DatabaseTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTableShouldExecuteDropAndCreateTableStatements() |
void |
createTableShouldGenerateCompositePrimaryKey() |
void |
dropAllTablesShouldGenerateDropAllStatement() |
public void createTableShouldExecuteDropAndCreateTableStatements()
throws H2DatabaseAccessException,
SQLException
public void createTableShouldGenerateCompositePrimaryKey()
throws H2DatabaseAccessException,
SQLException
public void dropAllTablesShouldGenerateDropAllStatement()
throws H2DatabaseAccessException,
SQLException
Copyright © 2018. All rights reserved.