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

Add JpaTestHelper for JPA-based DAO tests #440

Closed
sleberknight opened this issue Dec 1, 2023 · 0 comments · Fixed by #441
Closed

Add JpaTestHelper for JPA-based DAO tests #440

sleberknight opened this issue Dec 1, 2023 · 0 comments · Fixed by #441
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

Similar to HibernateTestHelper for testing Hibernate-based DAOs, add a JpaTestHelper to help in testing JPA-based DAOs.

Initially, mark it with @Beta.

@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label Dec 1, 2023
@sleberknight sleberknight added this to the 3.0.2 milestone Dec 1, 2023
@sleberknight sleberknight self-assigned this Dec 1, 2023
sleberknight added a commit that referenced this issue Dec 1, 2023
* This is a utility for testing JPA-based DAOs

Closes #440
sleberknight added a commit that referenced this issue Dec 6, 2023
This is a simple utility for testing JPA-based DAOs, similar to the HibernateTestHelper.

Closes #440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant