I am using Google Mock framework to develop unit test cases. For all the classes that have default constructors, I am able to write a mock class and mock the required methods. But is it possible for us to write a mock class for a class with no default constructor/ with a constructor but with parameters?
问问题
743 次