odk-x / tool-suite-X

ODK-X Tool Suite Project roadmaps, issue queue, release notes and wiki.
https://www.odk-x.org
Apache License 2.0
25 stars 43 forks source link

Improve ODK-X Services Test Coverage: Write Test for service class in the Application package #505

Open Agaba-derrick opened 1 month ago

Agaba-derrick commented 1 month ago

The Services class in the org.opendatakit/services/application package extends ToolAwareApplication and implements IToolAware. This class manages Firebase Analytics initialization and logging upon app creation, and includes a deprecated method to get a context instance.

Tasks for this issue:

This issue aims to improve code coverage and ensure the stability of the Services class functionality. fix for #504

Agaba-derrick commented 1 month ago

@wbrunette @Lamouresparus am working on this ticket

Lamouresparus commented 1 month ago

@Agaba-derrick I will suggest that you work on #507 first, as that is more beginner friendly, before working on this. But if you feel confident, you can go ahead :)