CoraLibre / CoraLibre-android-sdk

CoraLibre-android-sdk fork of prestandard DP-3T to make compatible with the Google/Apple protocol
Mozilla Public License 2.0
127 stars 7 forks source link

Implement database test for ExposureSummary and ExposureInformation #61

Open haitrec opened 4 years ago

haitrec commented 4 years ago

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.)