Interface PlaceholderHandler

    • Method Detail

      • getKeyword

        String getKeyword()
        The placeholder keyword this handler is responsible for.
        Returns:
        placeholder keyword this handler is responsible for
      • evaluate

        ComparisonResult evaluate​(String testText,
                                  String... placeholderParameters)
        Evaluate the test value when control contained the placeholder handled by this class.
        Parameters:
        testText - the textual content of the element or attribute this placeholder has been added to.
        placeholderParameters - any arguments provided to the placeholder.
        Returns:
        the comparison outcome