Hi all,
I have a method to test in which I am creating instance of an internal class and calling its method (of internal class). But I am able to mock that method of an internal class in my testing project.
Kindly let me know how can I mock a method of an internal class for testing purpose. Thanks