Class StringWillAlwaysStartWithRule

    • Field Detail

      • prefix

        private java.lang.String prefix
    • Constructor Detail

      • StringWillAlwaysStartWithRule

        public StringWillAlwaysStartWithRule​(java.lang.String prefix)
    • Method Detail

      • check

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