Class ExpressionUtils


  • public class ExpressionUtils
    extends Object
    This utils class holds all shared functions used by Expression handling, where expressions are used defined expression code put on GIVEN/EXPECTED data cells
    • Method Detail

      • ensureExpressionSyntax

        public static String ensureExpressionSyntax​(String expressionValue)
        It ensures if the given string starts with EXPRESSION_VALUE_PREFIX. If TRUE, it simply returns the given string. Otherwise, it adds EXPRESSION_VALUE_PREFIX as prefix of the given string.
        Parameters:
        expressionValue -
        Returns: