Annotation Type SkipLongRunning


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipLongRunning
Marker annotation used together with the SkipTestRule JUnit rule, that allows long running tests to be excluded from the build, using the skipLongRunningTests system property.
Author:
Horia Chiorean
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The optional reason why the test is skipped.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • value

      String value
      The optional reason why the test is skipped.
      Returns:
      the reason why the test is skipped
      Default:
      "long-running"