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.
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.