Class UiSingleSelectList

    • Method Detail

      • setValue

        public abstract void setValue​(String value)
        select a value
        Parameters:
        value - the value to select
      • getValue

        public abstract String getValue()
        Returns:
        the selected value
      • verifyValue

        public abstract void verifyValue​(String expectedValue)
        Verify the specified value is selected
        Parameters:
        expectedValue -
      • verifyNotValue

        public abstract void verifyNotValue​(String notExpectedValue)
        Verify the specified value is NOT selected
        Parameters:
        notExpectedValue -