@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface TestPolicy
TestPolicy
annotation and define all the class level annotations in the class referenced by the TestPolicy annotation.
Note that a user can always override the policy specific annotation by defining the individual
annotations at the test class level. If the annotation is present both in the class referenced in TestPolicy
annotation as well as at the test class level, then the annotation at the test class level takes priority over policy level annotation.public abstract Class<?> value
Copyright © 2014. All rights reserved.