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
jinnijinni 

Deploying Apex "Generate From WSDL" Class w/o Unit Tests

I have already trimmed my generated wsdl class by cutting down the wsdl but when my test class written is showing no coverage no green no red its 0% coverage..any ideas.It will be great help 

 

Thanks

 

BBeairdBBeaird

I've noticed this as well, but I'm wondering if this is an undocumented change in Spring '13. I have several very, very large generated WSDL classes that up to abount a month ago were definitely showing coverage percentages and were affecting my overall coverage calculation, so I spent a lot of time scouring them and commenting out any methods we didn't actually call. But now those same classes are always showing "no data" even though my tests are still clearly using them.