Hi ,
I want to write Unit test for Azure function app , this function app use TopicClient for creating topics and post messages to it the function receive HttpRequestMessage and TraceWrite as parameter .
I want to use Moq and NUnit framework for unit test can any one help how i should write unit tests for auzre functions