Annotation Type Threaded


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Threaded
    Annotation to indicate that a method in a MultithreadedTestCase should be run in a separate thread.
    Author:
    Jan Van Besien
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      name of the thread, if empty the method name is used
    • Element Detail

      • value

        java.lang.String value
        name of the thread, if empty the method name is used
        Default:
        ""