SalesforceFoundation / ApexDoc

The latest java source for ApexDoc, a tool to document your Salesforce Apex classes.
BSD 3-Clause "New" or "Revised" License
229 stars 128 forks source link

ApexDoc should treat @isTest before a method as being a testMethod #23

Open davidhabib opened 9 years ago

davidhabib commented 9 years ago

if we parse @isTest before the method, treat it like it has testMethod on it.

njjc commented 8 years ago

This is necessary and important to allow enabling documentation of test methods with (seeAllData=true)