Relative Content

Tag Archive for unit-testing.net-8.0azure-durable-functionsazure-functions-isolated

Unit Test Durable Functions -Isolated Proc

I am trying to add unit test for my Durable Orchestrator that is trigger by HTTP Trigger Function, I am using xUnit & Moq framework for testing. I have also found this