Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Apache Derby as a External Resource for JUnit tests #1

Closed
bindul opened this issue Dec 10, 2015 · 0 comments
Closed

Support Apache Derby as a External Resource for JUnit tests #1

bindul opened this issue Dec 10, 2015 · 0 comments

Comments

@bindul
Copy link
Contributor

bindul commented Dec 10, 2015

Database Testing with Apache Derby - In Memory DB

The goal of this is to create / support a library that can be used from JUnit tests using Apache Derby in the embedded mode as a resource to test dataaccess code against.

Primary features with this feature will include:

  • Derby available as an external resource
  • Start / Stop the Derby Instance (may be limited to embedded instances only)
  • Allow configuration of Derby resources (database name, etc.)
  • Allow post-init scripts (setup DDL, seed data, etc.)

Additional Related Tasks:

@bindul bindul added the feature label Dec 10, 2015
@bindul bindul self-assigned this Dec 10, 2015
@bindul bindul added this to the JUnit Helper 0.1 milestone Dec 10, 2015
bindul added a commit that referenced this issue Dec 12, 2015
Initial code implementation for Apache Derby as a JUnit External
Resource.

Change-Id: If4bc6c3d1b310c27dc259f71fb4bdbde628148dc
Signed-off-by: Bindul Bhowmik <bindulbhowmik@gmail.com>
@bindul bindul removed their assignment Dec 18, 2015
bindul added a commit that referenced this issue Dec 23, 2015
Basics for documentation / reports
Repackaged to deventropy


Change-Id: I0ea5cfe01b75bd0de59c2225ba92a4e60296d270
Signed-off-by: Bindul Bhowmik <bindulbhowmik@gmail.com>
@bindul bindul self-assigned this Dec 29, 2015
@bindul bindul closed this as completed in 7fec06f Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Derby Junit Helper
Done on Feature Branch
Development

No branches or pull requests

1 participant