Is your feature request related to a problem? Please describe.
testAudit is currently a method in the Annotations class, which is pretty weird. Should really be an automated test.
Describe the solution you'd like
Would be cool to write a test that calls Annotations methods at random and then runs testAudit, that way we'll eventually catch all the weird edge cases.
Is your feature request related to a problem? Please describe.
testAudit
is currently a method in theAnnotations
class, which is pretty weird. Should really be an automated test.Describe the solution you'd like
Would be cool to write a test that calls
Annotations
methods at random and then runstestAudit
, that way we'll eventually catch all the weird edge cases.