MockKMocking libraryMockK is a tool that lets us create and control “fake” versions of objects (called mocks) so we can isolate and test our code. MockK - The basic MockK: Under the cover