fyziktom / VirtualEconomyFramework

Framework for economy applications
https://veframework.com/
MIT License
24 stars 7 forks source link

UNIT TESTING - Integrate Moq framework #53

Closed DeerajChakravarthy closed 2 years ago

DeerajChakravarthy commented 2 years ago

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.

VenkataRoundSqr commented 2 years ago

This Issue can be moved to Done as there is no outstanding work needed.