Does SQ automatically exclude certain rules for Salesforce apex test classes?
Hi,
In general, nearly all languages don’t apply “normal” rules to tests. (C# and VB.net are the exceptions here, selectively applying some normal rules to tests.)
HTH,
Ann