Static
createStatic
createCreates a mock provider for a service.
The service class.
A NestJS provider with a mocked service instance.
Static
createCreates a mock instance of a class, mocking all its methods.
The class to mock.
A mocked instance of the class.
Static
get
A utility class for creating mock providers and instances for testing.