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.