]
Jozef Marko commented on DROOLS-1952:
-------------------------------------
[~manstis] thanks for bringing this into front, I have to check current tests.
[DMN Editor] Introduce marshalling test in the way DMN - String -
DMN
---------------------------------------------------------------------
Key: DROOLS-1952
URL:
https://issues.jboss.org/browse/DROOLS-1952
Project: Drools
Issue Type: Task
Components: DMN Editor
Affects Versions: 7.2.0.Final
Reporter: Jozef Marko
Assignee: Jozef Marko
Currently marshaling test assumes as the initial input a *.dmn file that is consequently
converted to Graph, next this Graph is converted to XML and finally the XML is transformed
to Graph that is asserted for required properties.
This task should introduce test that will assume as an initial input Graph, that will be
converted to JSON, this JSON will be converted again to Graph and finally this Graph will
be asserted for required properties.