Annotation Interface ImpexData


@Retention(RUNTIME) @Target(METHOD) public @interface ImpexData
Test method annotation listing ImpEx scripts used to load test data required for the test. Annotate methods before which impex data needs to be loaded.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    List of ImpEx scripts provided as class loader resources.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Relaxed mode.
  • Element Details

    • value

      String[] value
      List of ImpEx scripts provided as class loader resources.
      Returns:
      the string[]
    • relaxedMode

      boolean relaxedMode
      Relaxed mode.
      Returns:
      true, if impex are loaded in relaxed mode
      Default:
      true