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

Implement data repository and its unit test with junit5. #44

Merged
merged 1 commit into from Jan 10, 2022

Conversation

wangmir
Copy link
Owner

@wangmir wangmir commented Jan 10, 2022

This commit contains,

  1. DataRepository Implementation using Android Room.
  2. Some adjustment for build.gradle to enable build, android junit5, support.
  3. Add Integration unittest case for data repository.

Signed-off-by: Hyukjoong Kim wangmir@gmail.com

This commit contains,

1. DataRepository Implementation using Android Room.
2. Some adjustment for build.gradle to enable build, android junit5, support.
3. Add Integration unittest case for data repository.

Signed-off-by: Hyukjoong Kim <wangmir@gmail.com>
@wangmir wangmir added this to the 0.1.0 milestone Jan 10, 2022
@wangmir wangmir linked an issue Jan 10, 2022 that may be closed by this pull request
@wangmir wangmir merged commit 06d6e06 into main Jan 10, 2022
@wangmir wangmir deleted the implement_data_repository branch January 10, 2022 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement basic data repository for DayLog.
1 participant