konradrenner / kolabnotes-android

Note taking app with integrated Kolab sync
GNU Lesser General Public License v3.0
68 stars 17 forks source link

Add test case for Main Activity #206

Closed FlyingPumba closed 4 years ago

FlyingPumba commented 4 years ago

This PR adds an Espresso test case for the Main 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 12.22%.

Although this contribution was automatically generated, the code in this PR was manually reviewed to ensure it adheres to standard contribution guidelines.

konradrenner commented 4 years ago

thank you!