federicoiosue / Omni-Notes

Open source note-taking application for Android
https://omninotes.app
GNU General Public License v3.0
2.67k stars 1.11k forks source link

Add test case for Settings Activity #762

Closed FlyingPumba closed 3 years ago

FlyingPumba commented 4 years ago

This PR adds an Espresso test case for the Settings Activity. It also includes three auxiliary classes with two custom Matchers and one custom ViewAction.

The test case was automatically generated using the ETG tool, which aims to achieve high activity coverage. In particular, this Espresso test increases the current overall coverage in the project by 2.70%.

Although this contribution was automatically generated, the code in this PR was manually reviewed to adhere to the project's contributing guidelines.