I have created a .NET class library project which internally uses Azure Redis Cache for caching need in the application. Now, I am going to create a unit test project for class library which is created.
So, I would like to know few things before I start the unit test code for my library.
1) Is it possible to create unit test for the library which I have created internally for the application usage.
2) Can someone give one simple example of set and get an object from Redis cache and subsequently the unit testing code.
3) I am planning to use Telerik JustMock for unit test. Please suggest the right framework which I can use to unit test the cache component.
So, I would like to know few things before I start the unit test code for my library.
1) Is it possible to create unit test for the library which I have created internally for the application usage.
2) Can someone give one simple example of set and get an object from Redis cache and subsequently the unit testing code.
3) I am planning to use Telerik JustMock for unit test. Please suggest the right framework which I can use to unit test the cache component.