I took the following classes from the tree example to implement a selectable 
tree:
 - Foo
 - FooExpansion
 - FooProvider
 - SelectableFolderContent

 Now I'd like to test the tree with WicketTester:
 - click on the plus sign of a node; does the sub tree open? Are the children 
visible?
 - click on the minus sing of an node; does the sub tree close?
 - click on expandAll / collapseAll; does the tree collapse or extned?
 - click on a node; does the node shown as selected?

 I'm not sure how to do that. Could somebody offer an aproach?

 Thanks
 Oliver

Reply via email to