https://kotlinlang.org logo
#feed
Title
# feed
o

oleksiyp

05/22/2019, 7:25 AM
K 1
j

Jacques Smuts

05/22/2019, 9:04 AM
I’ve been enjoying Mockk a lot.
🙂 1
t

tseisel

05/22/2019, 12:06 PM
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

LeoColman

05/22/2019, 1:28 PM
I agree. I usually use these features when the code is in a legacy state, and I need to test it anyway
2 Views