I am looking for mocking the azure storage transactions using Moles Mocking framework.
Any thoughts/documentation/samples on how to mock the azure storage transactions using Moles or may be any other mocking framework?
|
I am looking for mocking the azure storage transactions using Moles Mocking framework. Any thoughts/documentation/samples on how to mock the azure storage transactions using Moles or may be any other mocking framework? |
|||
|
|
While this don't answer directly the question, as an alternative solution, I use the emulator shipped out of the box, which I believe could be considered as a mock of the azure storage. Here is the piece of code I've added in my unit test base class to start the storage emulator:
|
|||
|