ryos-io / Rhino

Rhino: Dockerized Distributed Load and Performance Testing Framework
http://ryos.io
Apache License 2.0
18 stars 3 forks source link

Graph/Tree traversal/complex structures #181

Open reevik opened 4 years ago

reevik commented 4 years ago

Testing complex structures like graphs/trees are cumbersome with the DSL elements. traverse() DSL element might be useful to create and test such structures by using Rhino DSL. traverse() DSL element should take a TreeBuilder class which constructs Tree structures. Every node in the tree, accepts a function, that is responsible for initialising a single node.