コード例 #1
0
 public void testTreeModelRootWithOneChild() throws Exception {
   _testBean(TreeModel.class, TreeModel.createTestInstanceWithRootAndOneChildNode());
 }
コード例 #2
0
 public void testTreeModelRootWithMultipleChildren() throws Exception {
   _testBean(TreeModel.class, TreeModel.createTestInstanceWithRootAndMultipleChildNodes());
 }
コード例 #3
0
 public void testTreeModelBean() throws Exception {
   _testBean(TreeModel.class, TreeModel.createTestInstance());
 }