Hi
I am verifying a private method is called with arguments
Isolate.Verify.NonPublic.WasCalled(myObj, "GetResponseXml").WithArguments(actualCompleteUrl);
This tes is passing while in debug mode, Test Results - Passed
But when I select the unit test method and run ( in context) - test is failing, Test Results window shows - Failed
Is not it Unfair ?
Please help
thanks