1. spock configuration
2. define annotation in groovy file
@Target([ElementType.TYPE, ElementType.METHOD])
@Retention(RetentionPolicy.RUNTIME)
@interface myTag {
}
reference
1. spock include/exclude specification based on annotation
No comments:
Post a Comment