Class NotEndsWithMatcher

java.lang.Object
io.fluentlenium.core.filter.matcher.AbstractMatcher
io.fluentlenium.core.filter.matcher.NotEndsWithMatcher

public class NotEndsWithMatcher extends AbstractMatcher
Matcher checking that actual doesn't end with input value.
  • Constructor Details

    • NotEndsWithMatcher

      public NotEndsWithMatcher (String value)
      Creates a not ends with matcher.
      Parameters:
      value - input value
    • NotEndsWithMatcher

      public NotEndsWithMatcher (Pattern value)
      Creates a not ends with matcher.
      Parameters:
      value - input value
  • Method Details

    • getMatcherType

      public MatcherType getMatcherType()
      Description copied from class: AbstractMatcher
      Return the matcher type
      Specified by:
      getMatcherType in class AbstractMatcher
      Returns:
      matcher type
    • isSatisfiedBy

      public boolean isSatisfiedBy (String currentValue)
      Description copied from class: AbstractMatcher
      Check if the matcher is matched given the value
      Specified by:
      isSatisfiedBy in class AbstractMatcher
      Parameters:
      currentValue - define the object of check name
      Returns:
      boolean value for isSatisfiedBy