Closed almondtools closed 7 years ago
Some Annotations to the recorded methods should decorate the generated test with annotations. Such annotations could be:
@AnnotateTimestamp
@AnnotateGroupExpression
Some Annotations to the recorded methods should decorate the generated test with annotations. Such annotations could be:
@AnnotateTimestamp
: the test gets annotated with the timestamp (allows to find all tests in a certain time range)@AnnotateGroupExpression
: the test gets annotated with a group, computed from the given expression (allows to reorganize the tests by their group)