Annotation Interface CicsRegion


@Retention(RUNTIME) @Target(FIELD) public @interface CicsRegion
Represents a CICS TS region that has been provisioned for the test

Used to populate a ICicsRegion field

Author:
Michael Baylis
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The tag of the CICS region this variable is to be populated with
    The tag of the zOS Image that this region will be provisioned on
  • Element Details

    • cicsTag

      String cicsTag
      The tag of the CICS region this variable is to be populated with
      Default:
      "PRIMARY"
    • imageTag

      String imageTag
      The tag of the zOS Image that this region will be provisioned on
      Default:
      "PRIMARY"