using mocking, how would I mock the return of `thi...
# test
k
using mocking, how would I mock the return of
this.walk()
?
o
Don't know how to do it in regular mocking framework(Mockito or powermock), but in MockK it is easy (Im author, so always biased)