Package org.jboss.jopr.jsfunit.util.EmbJoprTestToolkit

Examples of org.jboss.jopr.jsfunit.util.EmbJoprTestToolkit.NavTreeNode.click()


  public void testJBossCacheParentNode() throws HtmlElementNotFoundException, IOException, EmbJoprTestException {
    if( isJBossConfigWithoutCache() ) return;

    NavTreeNode cachesNode = ejtt.navTree.getNodeByLabel(NAV_JBCACHES);
    assertTrue( "JBoss Caches node has no children.", cachesNode.hasChildren() );
    cachesNode.click();
   
    final String HA_PARTITION = "ha-partition";
    assertTrue("JBoss Caches should list '"+HA_PARTITION+"'", client.getPageAsText().contains(HA_PARTITION) );

    ContentTable table = ejtt.getTabMenu().getTabContentBox().getFirstTable();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.