Searched defs:statusId (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admingui/devtests/src/test/java/org/glassfish/admingui/devtests/
H A DBaseSeleniumTestClass.java806 String statusId,
811 testEnableDisableButton(resourceName, tableId, disableButtonId, statusId, backToTableButtonId, tableTriggerText, editTriggerText, statusMsg);
817 String statusId,
831 Assert.assertEquals(state, getText(statusId));
834 Assert.assertEquals("on".equals(state), isChecked(statusId));
836 Assert.assertEquals(state, getFieldValue(statusId));
846 String statusId,
856 Assert.assertEquals(state, getText(statusId));
803 testDisableButton(String resourceName, String tableId, String disableButtonId, String statusId, String backToTableButtonId, String tableTriggerText, String editTriggerText, String statusMsg) argument
814 testEnableDisableButton(String resourceName, String tableId, String enableButtonId, String statusId, String backToTableButtonId, String tableTriggerText, String editTriggerText, String state) argument
842 testEnableOrDisableTarget(String tableSelectMutlipleId, String enableButtonId, String generalTabId, String targetTabId, String statusId, String generalTriggerText, String targetTriggerText, String state) argument

Completed in 17 milliseconds