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.
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
I’m also trying to unit test RecurringJob.
Is there any way to test RecurringJob?