Enhance Interface IBackgroundJobClient for Unit Test

When I started to write Unit Test, I was wondering the the RecurringJob Method is not in the
IBackgroundJobClient.

Is it possible to enhance the Interface?

Or provide an interface for the RecurringJobManager.

Thanks a lot.

1 Like

+1

I’m also trying to unit test RecurringJob.

1 Like

Is there any way to test RecurringJob?