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
      • getDisplayOs

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

        public void setDisplayOs​(String displayOs)
        Sets the os info (not part of test signature)
        Parameters:
        displayOs - the os info
      • getDisplayHostingApp

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

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