Class StringWillAlwaysEndWithRule

    • Field Detail

      • suffix

        private java.lang.String suffix
    • Constructor Detail

      • StringWillAlwaysEndWithRule

        public StringWillAlwaysEndWithRule​(java.lang.String suffix)
    • Method Detail

      • check

        protected void check​(java.lang.String oldValue,
                             java.lang.String newValue)
        Specified by:
        check in class AbstractPropertyFutureRule<java.lang.String>