1 min readSep 1, 2019
Oleksiy Pylypenko, Is the reason for using a spyk
in the example above for the Adder
class vs. creating a mockk,
because spyk
allows the add
function to be called? If Adder
was initialized as a mockk
the add
implementation would be empty?