Annotation Interface TestScriptSource


@Target(METHOD) @Retention(RUNTIME) public @interface TestScriptSource
Specifies the TestScript resource to execute for a test method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Path to the TestScript resource file, relative to test resources.
  • Element Details

    • value

      String value
      Path to the TestScript resource file, relative to test resources.