<@U092N7GGG> Still if it’s a static method, I shou...
# android
s
@yole Still if it’s a static method, I should be able to mock it with PowerMock. Let’s say I have
fun A.doSomething()
in Java I could access it with
AUtilsKt.doSomething(a)
. So I should be able to PowerMock
AUtilsKt.doSomething