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


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

Annotation for tests that are slow. Slow tests do run by default but can be disabled if a quick run is needed.



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