Nice overview, picture is somehow true <https://t...
# feed
o
K 1
j
I’ve been enjoying Mockk a lot.
🙂 1
t
While this might sound great to be able to mock anything, this should not be a valid reason to do it. Mocking, especially with private functions or hierarchy of mocks may lead to very brittle tests. I suggest using those features with special care.
l
I agree. I usually use these features when the code is in a legacy state, and I need to test it anyway