[jboss-jira] [JBoss JIRA] (DROOLS-4763) Test Scenario: consider all the column even if an expression is available

Daniele Zonca (Jira) issues at jboss.org
Fri Nov 15 01:32:00 EST 2019


Daniele Zonca created DROOLS-4763:
-------------------------------------

             Summary: Test Scenario: consider all the column even if an expression is available
                 Key: DROOLS-4763
                 URL: https://issues.jboss.org/browse/DROOLS-4763
             Project: Drools
          Issue Type: Bug
          Components: Scenario Simulation and Testing
            Reporter: Daniele Zonca
            Assignee: Daniele Zonca


- 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 



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list