]
Daniele Zonca updated DROOLS-2982:
----------------------------------
Story Points: 1
Create backend methods to pair with "duplicate row"
---------------------------------------------------
Key: DROOLS-2982
URL:
https://issues.jboss.org/browse/DROOLS-2982
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Gabriele Cardosi
Assignee: Daniele Zonca
Create a Simulation.insertScenario(Scenario, index) to insert a given Scenario at a
specific index.
Create Scenario.clone method to have a new Scenario instance with same values of
original one.
Check Scenario hashCode/equals methods so that
SCENARIO_INSTANCE.equals(SCENARIO_INSTANCE.clone) = false