GraphWalker / graphwalker-project

This is the repo for the Model-based testing tool GraphWalker.

Home Page:http://graphwalker.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org.graphwalker.core.model.Model (Model model) fails to copy passed model properties

gw4e opened this issue · comments

commented

HI
The public constructor public Model(RuntimeModel model) fails to copy the passed model properties.

We should have something like :
public Model(RuntimeModel model) { **_setProperties(model.getProperties());_**
...

Regards.

I'll look into that today.

I have already started looking into this =)

@gw4e #181 is merged, can you verify that it works on your side as expected and then close this issue

commented
commented

Model's properties are now available in an "@AfterExecution" method when subclassing ExecutionContext. It works fine.
Good job 🥇