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


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

Annotation for tests that are really slow and should be run only when specifically asked to run.



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