Annotation Type RequiresProcesses


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface RequiresProcesses
    When used on a JUnit test class that inherits from TestsWithProcessesBefore, this annotation allows to declare which process classes, and in which order, are to be launched before running the JUnit tests.

    Process classes declared as argument of this annotation must inherit from AbstractProcess.

    Author:
    David Andrianavalontsalama
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?>[] value  
    • Element Detail

      • value

        java.lang.Class<?>[] value