
implementation("io.mockative:mockative:3.1.0")Mockative is a mocking framework that facilitates the creation of mock implementations for classes and interfaces. It offers a concise, non-intrusive, and type-safe API, supporting both value-based and matcher-based stubbing and verification. Additionally, it enables implicit stubbing of functions returning `Unit`.