https://kotlinlang.org logo
#google-io
Title
# google-io
o

orangy

05/08/2018, 9:18 PM
I never used mocking framework tbh, I don’t understand it either
w

wakingrufus

05/09/2018, 2:19 PM
mocking is very useful in OO designs esp. when interfacing with libraries not designed for testing against (like only concrete classes, and no interfaces, or tightly coupled components). in a more FP design, i agree they are not much use.
3 Views