Added Moq framework and successfully added mock for GetAddress, GetTransaction and BroadcastTransactions so far.
Moq is a light weight yet very powerful framework which enables to mock API and database calls.
We can easily configure the desired outputs to the API calls to run Asserts.
Added Moq framework and successfully added mock for GetAddress, GetTransaction and BroadcastTransactions so far. Moq is a light weight yet very powerful framework which enables to mock API and database calls. We can easily configure the desired outputs to the API calls to run Asserts.