farhan5248 / lean-sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles
GNU General Public License v3.0
0 stars 0 forks source link

Link object to field graphs by storing the name only #103

Closed farhan5248 closed 5 months ago

farhan5248 commented 5 months ago

For object graphs, put the name of the graph as the label.

Then when traversing it, get the graph from the list of graphs, don't assume there's just one anymore.

Make sure the load/save processes are searching all of the Graphs directory for objects. When saving, there's no need to embed it anymore. When reading, there's no need to read it.

farhan5248 commented 5 months ago

Updating tests to read split files. Also graph to uml needs to not read the child graph twice.