ApexDoc
ApexDoc copied to clipboard
ApexDoc should treat @isTest before a method as being a testMethod
if we parse @isTest before the method, treat it like it has testMethod on it.
This is necessary and important to allow enabling documentation of test methods with (seeAllData=true)