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 #203

Open vadimkin99 opened 6 months ago

vadimkin99 commented 6 months ago

@VisibleForTesting does not make the method public. Making it internal (the change that you made but left out of the instructions) is what makes the function visible to the unit test function because it's in the same package.