Annotation Type PathRunner.Paths


  • @Retention(RUNTIME)
    @Target(TYPE)
    public static @interface PathRunner.Paths
    Annotation for the runner class to provide paths to be injected into the runner.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      A filesystem path.
    • Element Detail

      • value

        String[] value
        A filesystem path. May be relative to the project base directory.
        Returns:
        an array of filesystem paths