Skip navigation links
Deventropy JUnit Helper :: Derby ver. 1.0-alpha.1-SNAPSHOT

Package org.deventropy.junithelper.derby.datasource

Junit Helper Derby extensions to support working with DataSources over a EmbeddedDerbyResource using the JUnit 4.x resource EmbeddedDerbyDataSourceResource.

See: Description

Package org.deventropy.junithelper.derby.datasource Description

Junit Helper Derby extensions to support working with DataSources over a EmbeddedDerbyResource using the JUnit 4.x resource EmbeddedDerbyDataSourceResource.

All the configuration and features available in EmbeddedDerbyResource are available in the extended resource.

All three DataSource types supported by derby; DataSource, ConnectionPoolDataSource and XADataSource are supported using the factory interface EmbeddedDerbyDataSourceFactory. An instance of the datasource factory tied to the underlying resource (and database) can be obtained using the EmbeddedDerbyDataSourceResource.getDataSourceFactory() method to enable creating datasources.

More details are in the Project Website.

Author:
Bindul Bhowmik
Skip navigation links
Deventropy JUnit Helper :: Derby ver. 1.0-alpha.1-SNAPSHOT

Copyright © 2015-2016 Development Entropy (deventropy.org) Contributors