ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
`DrawAreaTaskViewModel` and `DrawAreaTaskFragmentTest` contain helper functions with non-trivial branching logic ([TotT 07-2014](https://testing.googleblog.com/2014/07/testing-on-toilet-dont-put-logic-in.html), and occasionally test via internal methods rather than testing public behaviors ([ToTT 08-2013](https://testing.googleblog.com/2013/08/testing-on-toilet-test-behavior-not.html)). Consider simplifying tests accordingly. Each...
Towards #2499 @gino-m PTAL?
@shobhitagarwal1612
Fixes #2532 @shobhitagarwal1612 @sufyanAbbasi PTAL?
Fixes #2526 40% -> 58% Code Coverage @sufyanAbbasi @shobhitagarwal1612 PTAL? Should we write test for the delegate property as well? I think the variables setter and getter are already tested...
Fixes #2530 @shobhitagarwal1612 @sufyanAbbasi PTAL?
Fixes #2399 Demo: https://github.com/google/ground-android/assets/53263580/90463bc9-5cb7-439a-8bd8-56c77938d692 @... PTAL?
* User also cannot add LOIs from app since the test survey doesn't allow free-form data collection. * When modifying the survey to allow free-from data collection, the app correctly...
Add Unit Test for TaskNotFoundException