Annotation Type LuceneTestCase.SuppressFileSystems

Enclosing class:
LuceneTestCase

@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public static @interface LuceneTestCase.SuppressFileSystems
Annotation for test classes that should avoid mock filesystem types (because they test a bug that only happens on linux, for example).

You can avoid specific names Class.getSimpleName() or use the special value * to disable all mock filesystems.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details