We can use HTML lists to specify tree values. The class representing the tree implements the fitlibrary.tree.Tree interface.
using fitlibrary.tree;
public class SampleDomain {
public Tree MakeTree(string[] leaves) {...}
}| when test is⇓ |
| then result is |
|