Runs the test in this TestCallTree at the specified path.
Runs the test in this TestCallTree at the specified path. Called
by the TestTreeSeq.run method and usually not called manually.
(Since version ) see corresponding Javadoc for more information.
The executable portion of a tree of tests. Each node contains an executable, which when run either returns a Left(result) or a Right(sequence) of child nodes which you can execute.