Annotation Type RunSeparately


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Deprecated
    public @interface RunSeparately
    Deprecated.
    in connection with transition to JUnit 5 usage of this class is obsolete. Alternatively can be used specific junit 5 executions tools.
    Marker annotation for test methods that should be run separately in a non-parallel fashion. This is only taken into account when the test class is being processed by any of Jersey provided parallel test runner ConcurrentRunner.
    Author:
    Jakub Podlesak