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.)
In main/.../internal/database/PersistentDatabase.kt we have untested methods:
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.)