0
What is the best way to mock a private mehod?
mocking or testing for unit test
1 Respuesta
0
use public method to call the Pvt and test public or make the method protected and call it from the derived unit test class
mocking or testing for unit test