org.apache.lucene.util
Annotation Type LuceneTestCase.AwaitsFix


@Documented
@Inherited
@Retention(value=RUNTIME)
@TestGroup(enabled=false,
           sysProperty="tests.awaitsfix")
public static @interface LuceneTestCase.AwaitsFix

Annotation for tests which exhibit a known issue and are temporarily disabled.


Required Element Summary
 String bugUrl
          Point to JIRA entry.
 

Element Detail

bugUrl

public abstract String bugUrl
Point to JIRA entry.



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.