Mo Shaarawy
Results
3
issues of
Mo Shaarawy
Resolve #286
Trying to mock `ContextCompat.checkSelfPermission` ```kotlin mockkStatic(ContextCompat::class) every { ContextCompat.checkSelfPermission( context, Manifest.permission.ACCESS_FINE_LOCATION, ) } returns PackageManager.PERMISSION_GRANTED ``` and i am getting ``` Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 120 out of bounds for...