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 database test for ExposureSummary and ExposureInformation #61

Open
haitrec opened this issue Nov 7, 2020 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@haitrec
Copy link
Member

haitrec commented Nov 7, 2020

In main/.../internal/database/PersistentDatabase.kt we have untested methods:

  • getExposureSummary(token: String)
  • getExposureInformation(token: String)

The DatabaseTests.java should be extended to cover these methods as well.
(The exposure summary and information data can be added to the database via putExposureMatchingResults(...) inside PersistentDatabase.kt.)

@haitrec haitrec added the good first issue Good for newcomers label Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant