@Retention(value=RUNTIME) @Target(value=METHOD) @Repeatable(value=Tags.class) @Inherited @Documented public @interface Tag
Tag annotation provides a way to tag test methods which
can be later tested for via MethodRule.hasTag(java.lang.String).public abstract String[] value
Copyright (C) 2015-2017 The Helenus Driver Project Authors.