Annotation Type Concurrent


@Retention(RUNTIME)
@Target(TYPE)
public @interface Concurrent
Indicates that data-driven tests can and should be run in parallel. You can optionally indicate the number of threads to use. If not specified, a sensible value based on the number of processors will be used.
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    java.lang.String threads  
  • Element Details

    • threads

      java.lang.String threads
      Default:
      ""