What’s the best way to test private methods in Kot...
# announcements
j
What’s the best way to test private methods in Kotlin atm? I tried to add
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
from
androidx.annotation.VisibleForTesting
but it doesn’t make my function private