Class IsNumberPlaceholderHandler

  • All Implemented Interfaces:
    PlaceholderHandler

    public class IsNumberPlaceholderHandler
    extends java.lang.Object
    implements PlaceholderHandler
    Handler for the isNumber placeholder keyword.
    Since:
    2.6.3
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String NUMBER_PATTERN  
      private static java.lang.String PLACEHOLDER_NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ComparisonResult evaluate​(java.lang.String testText)
      Evaluate the test value when control contained the placeholder handled by this class.
      java.lang.String getKeyword()
      The placeholder keyword this handler is responsible for.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsNumberPlaceholderHandler

        public IsNumberPlaceholderHandler()