function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BBeairdBBeaird 

Apex WSDL Generated Classes 0% No coverage Data Even with Mock Webservices

I have many Apex classes generated from WSDLs. I am using mock webservices to test my other classes, which call those generated classes. However, all of my generated classes show as 0% covered. I know for a fact that they are succesfully being called in the tests.

 

This was not always the case - I know they used to show a percentage as recently as last Fall. Is anyone else experiencing this? We should not have to write separate (and useless) test methods to simply instantiate methds in those generated classes.