Package org.jboss.on.embedded.ui

Examples of org.jboss.on.embedded.ui.SummaryAction.view()


        navAction.setCurrentPath(node.getPath());

        SummaryAction action = new SummaryAction();
        action.setNavigationAction(navAction);

        String outcome = action.view();
        log.debug("Name=[" + node.getName() + ", Path=[" + node.getPath() + "], outcome=[" + outcome + "].");
    }

    @Test(dependsOnMethods = {"testVisitEachNode"})
    // executes NavigationAction.getBreadcrumb for each node
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.