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