C G H I N S 

C

configure(BasicDataSource) - Method in interface net.sf.javagimmicks.sql.testing.HsqlDbTestRule.DataSourceConfigurator
Configures the BasicDataSource used for testing.

G

getConnection() - Method in class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
Retrieves a new Connection to the temporary Hypersonic SQL database.
getDatabaseFolder() - Method in class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
Returns the folder where the test database is or will be created.
getDataSource() - Method in class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
Returns the BasicDataSource representing the temporary Hypersonic SQL database.

H

HsqlDbTestRule - Class in net.sf.javagimmicks.sql.testing
A JUnit TestRule that creates a temporary file-based Hypersonic SQL database during test execution and wraps a Commons-DBCP BasicDataSource around it.
HsqlDbTestRule(HsqlDbTestRule.DataSourceConfigurator, File) - Constructor for class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
Creates a new instance using the given HsqlDbTestRule.DataSourceConfigurator and folder for the internal database.
HsqlDbTestRule(HsqlDbTestRule.DataSourceConfigurator) - Constructor for class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
Creates a new instance using the given HsqlDbTestRule.DataSourceConfigurator for the internal database.
HsqlDbTestRule(File) - Constructor for class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
Creates a new instance using the given folder for the internal database.
HsqlDbTestRule() - Constructor for class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
Creates a new instance with no special configuration.
HsqlDbTestRule.DataSourceConfigurator - Interface in net.sf.javagimmicks.sql.testing
A command interface for providing custom configuration logic for the internal BasicDataSource.

I

init() - Method in class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
 

N

NAME_TEST_DB - Static variable in class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
The name of the temporary Hypersonic SQL database that is creating during test runs.
net.sf.javagimmicks.sql.testing - package net.sf.javagimmicks.sql.testing
Includes classes for running JUnit4 based tests on a temporary Hypersonic SQL database

S

shutdown() - Method in class net.sf.javagimmicks.sql.testing.HsqlDbTestRule
 
C G H I N S 

Copyright © 2013. All Rights Reserved.