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
      String value
      The optional reason why the test is skipped.
    • Field Detail

      • SKIP_LONG_RUNNING_PROPERTY

        static final String SKIP_LONG_RUNNING_PROPERTY
    • Element Detail

      • value

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