Click here to Skip to main content
16,018,460 members

Comments by Member 12749751 (Top 21 by date)

Member 12749751 31-Oct-19 7:24am View    
To test the unit test when i am debugging the actual method that is user registration method in that the mocked object gettoken is always null and m not abke to understand after mocking also why the response is null
Member 12749751 31-Oct-19 5:48am View    
but does the debugger will go inside a method which we have mocked?
Member 12749751 31-Oct-19 5:43am View    
just clear one doubt suppose we are mocking a methd getToken() and inside that GetToken() there is another call to another method so do we have to mock that also?
Member 12749751 31-Oct-19 5:41am View    
But debugger is not stepping into the method Gettoken() to check further
Member 12749751 25-Oct-19 6:28am View    
But with exception i have to log entire request with parameters..then how can i do that