Annotation Interface WindowsImage


@Retention(RUNTIME) @Target(FIELD) public @interface WindowsImage
Represents a Windows that has been provisioned for the test

Used to populate a IWindowsImage field

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Capabilities required of this Windows Image, if any.
    The tag of the Windows Image this variable is to be populated with
    Set a variable prefix to be filled in for this Windows TODO: ****** TO BE SPECED OUT FURTHER *****
  • Element Details

    • imageTag

      String imageTag
      The tag of the Windows Image this variable is to be populated with
      Default:
      "PRIMARY"
    • capabilities

      String[] capabilities
      Capabilities required of this Windows Image, if any.
      Default:
      {}
    • variablePrefix

      String variablePrefix
      Set a variable prefix to be filled in for this Windows TODO: ****** TO BE SPECED OUT FURTHER *****
      Default:
      ""