]
Daniele Zonca closed DROOLS-4763.
---------------------------------
Resolution: Done
Test Scenario: consider all columns of an instance 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
Priority: Major
- 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