why does MockkException extend RuntimeException an...
# mockk
c
why does MockkException extend RuntimeException and not AssertionError?
m
this is a good question i don’t really have an answer for 🙂
c
I had the problem that when a mock setup is missing my my app code just catches RuntimeException, AssertionError would bubble up.