google-developer-training / basic-android-kotlin-compose-training-tip-calculator

Apache License 2.0
61 stars 97 forks source link

Write automated tests: Android Basics with Compose #201

Open alvinboatright opened 6 months ago

alvinboatright commented 6 months ago

In section 6, the illustration does not show that the "@Test" is actual located inside of the Class TipUITests. It could be assumed that it is, but for beginners it is very misleading due to the import statements that are located directly above the "@Test" annotation.

Side-Note: Is there employment for me fact-checking your projects?