| java.lang.Object org.objectweb.jonas.jonasadmin.test.util.JonasAdminTree
JonasAdminTree | public class JonasAdminTree (Code) | | Define a class to manipulate the tree frame of JonasAdmin
author: kemlerp |
Method Summary | |
public static WebResponse | openTree(WebResponse wr, WebConversation wc) | public static boolean | treeControlSelected(WebResponse wr, String selectedLink) Verify if it is the good link of the tree which is selected
Parameters: wr - The WebResponse of the 'tree' frame Parameters: name - A string with the name of the link a boolean. |
openTree | public static WebResponse openTree(WebResponse wr, WebConversation wc) throws Exception(Code) | | Open tree
Parameters: wr - Tree Frame Web Response Tree Frame Web Response with opened tree throws: Exception - if an error occurs |
treeControlSelected | public static boolean treeControlSelected(WebResponse wr, String selectedLink) throws SAXException(Code) | | Verify if it is the good link of the tree which is selected
Parameters: wr - The WebResponse of the 'tree' frame Parameters: name - A string with the name of the link a boolean. True if the name is found in the link, else false. |
|
|