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

Create/Use TCK for UserDao #1847

Closed
mkuznyetsov opened this issue Jul 19, 2016 · 1 comment
Closed

Create/Use TCK for UserDao #1847

mkuznyetsov opened this issue Jul 19, 2016 · 1 comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Milestone

Comments

@mkuznyetsov
Copy link
Contributor

This issue strongly depends on User structural refactoring.
The main idea is to create abstraction which will allow to test different dao implementations in the same way.

  1. Use UserDao interface throughout the tests.
  2. Create an abstract mechanism for filling database with needed data(independent from the UserDao)
  3. Implement created TCK abstraction for LDAP user dao(migrate existing tests).
@mkuznyetsov mkuznyetsov added kind/task Internal things, technical debt, and to-do tasks to be performed. team/platform labels Jul 19, 2016
@mkuznyetsov
Copy link
Contributor Author

2929688

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

4 participants