Class AppEnvironmentDto


  • public class AppEnvironmentDto
    extends Object
    The environment in which the application under test is executing.
    • Constructor Detail

      • AppEnvironmentDto

        public AppEnvironmentDto()
    • Method Detail

      • getOs

        public String getOs()
        Gets os.
        Returns:
        the OS hosting the application under test or null if unknown.
      • setOs

        public void setOs​(String os)
        Sets os.
        Parameters:
        os - - the OS hosting the application under test or null if unknown.
      • getHostingApp

        public String getHostingApp()
        Gets hosting app.
        Returns:
        the application hosting the application under test or null if unknown.
      • setHostingApp

        public void setHostingApp​(String hostingApp)
        Sets hosting app.
        Parameters:
        hostingApp - - the application hosting the application under test or null if unknown.
      • getViewportSize

        public RectangleSizeDto getViewportSize()
        Gets display size.
        Returns:
        the display size of the application or null if unknown.
      • setViewportSize

        public void setViewportSize​(RectangleSizeDto size)
        Sets display size.
        Parameters:
        size - - the display size of the application or null if unknown.
      • getDeviceName

        public String getDeviceName()
        Gets the device name (not part of test signature)
        Returns:
        the device name
      • setDeviceName

        public void setDeviceName​(String deviceName)
        Sets the device name (not part of test signature)
        Parameters:
        deviceName - the device name
      • getOsInfo

        public String getOsInfo()
        Gets the device info (not part of test signature)
        Returns:
        the os info
      • setOsInfo

        public void setOsInfo​(String osInfo)
        Sets the os info (not part of test signature)
        Parameters:
        osInfo - the os info
      • getHostingAppInfo

        public String getHostingAppInfo()
        Gets the hosting app info info (not part of test signature)
        Returns:
        the hosting app info
      • setHostingAppInfo

        public void setHostingAppInfo​(String hostingAppInfo)
        Sets the hosting app info info (not part of test signature)
        Parameters:
        hostingAppInfo - the hosting app