Search in sources :

Example 11 with WTree

use of com.github.bordertech.wcomponents.WTree in project wcomponents by BorderTech.

the class WTreeRenderer_Test method testDoPaintWithData.

@Test
public void testDoPaintWithData() throws IOException, SAXException, XpathException {
    WTree tree = MockTreeItemData.setupWTree();
    setActiveContext(createUIContext());
    assertSchemaMatch(tree);
}
Also used : WTree(com.github.bordertech.wcomponents.WTree) Test(org.junit.Test)

Aggregations

WTree (com.github.bordertech.wcomponents.WTree)11 Test (org.junit.Test)5 TreeItemModel (com.github.bordertech.wcomponents.TreeItemModel)4 TreeItemIdNode (com.github.bordertech.wcomponents.TreeItemIdNode)3 HashSet (java.util.HashSet)3 ArrayList (java.util.ArrayList)2 MockTreeItemData (com.github.bordertech.wcomponents.MockTreeItemData)1 WComponent (com.github.bordertech.wcomponents.WComponent)1 XmlStringBuilder (com.github.bordertech.wcomponents.XmlStringBuilder)1