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

Apache License 2.0
61 stars 93 forks source link

Write automated tests: Android Basics with Compose #159

Open alghe-global opened 10 months ago

alghe-global commented 10 months ago

https://developer.android.com/codelabs/basic-android-kotlin-compose-write-automated-tests?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-2-pathway-3%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-write-automated-tests#4

function calculate_20_percent_tip() is marked to be outside the class in examples when it belongs to the testing class; snippets should reflect this as it leads to confusion thinking the function is outside the class scope