Mocking library
MockK is a tool that lets us create and control “fake” versions of objects (called mocks) so we can isolate and test our code.
Mocking library
MockK is a tool that lets us create and control “fake” versions of objects (called mocks) so we can isolate and test our code.