Class AbstractMessageSelector

    • Field Detail

      • selectKey

        protected final String selectKey
        Key and value to evaluate selection with
      • matchingValue

        protected final String matchingValue
      • context

        protected final TestContext context
        Test context
    • Constructor Detail

      • AbstractMessageSelector

        public AbstractMessageSelector​(String selectKey,
                                       String matchingValue,
                                       TestContext context)
        Default constructor using fields.
        Parameters:
        selectKey -
        matchingValue -
        context -
    • Method Detail

      • evaluate

        protected boolean evaluate​(String value)
        Evaluates given value to match this selectors matching condition. Automatically supports validation matcher expressions.
        Parameters:
        value -
        Returns: