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

Add unit tests #39

Open Bobnix opened 9 years ago

Bobnix commented 9 years ago

With the complex parsing taking place, I feel that there would be a real benefit to adding unit tests. This would help reassure a developer (especially one just getting started with the code) that a change will not break anything. Tests are never a 100% guarantee but it is way better than nothing.