Relative Content

Tag Archive for c#.nettestingxunithangfire

How to write integration tests for Hangfire jobs?

I want to test my background job, that has been written for Hangfire. Basically job downloads a couple of files to the local file system, sends them to the custom dll and saves the output to Azure Blob Storage.
By testing I want to achieve next goals: