Package org.apache.lucene.util
Annotation Type IgnoreRandomChains
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,TYPE}) public @interface IgnoreRandomChainsAnnotation to not test a class or constructor withTestRandomChainsintegration test.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringreasonA reason for ignoring should always be given.
-