Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-4763

Test Scenario: consider all columns of an instance even if an expression is available

    XMLWordPrintable

Details

    • NEW
    • NEW

    Description

      • Create two GIVEN columns
      • Map column1 to the whole object (expression)
      • Map column2 to a field
      • Write an expression in column1 and a value in column2
      • Run

      The GIVEN object should be the composition of expression + value

      For example:

      • Expression: new Person("name", 10);
      • Value (age): 15
      • Result: a Person instance with name "name" and age 15

      Attachments

        Activity

          People

            dzonca@redhat.com Daniele Zonca
            dzonca@redhat.com Daniele Zonca
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: