Hello all,
I want make a test case for "GetInfo" method, in which calling generic method (CreateObject<T>) more than once. Which returns result set based on T passed. But I am able to understand, how to mock CreateObject<T> so that I can return different-different result sets. Kindly let me know.
Thanks