A B C D E G H I J M N R S T U W

A

addCookie(String, String, String) - Method in class net.sourceforge.jwebunit.util.TestContext
Add a cookie to the test context.
addCookie(Cookie) - Method in class net.sourceforge.jwebunit.util.TestContext
Add a cookie to the test context.
addRequestHeader(String, String) - Method in class net.sourceforge.jwebunit.util.TestContext
Add a custom request header.
addTestingEngine(String, String) - Static method in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Add a new testing engine.
appendCell(Cell) - Method in class net.sourceforge.jwebunit.html.Row
 
appendCell(String) - Method in class net.sourceforge.jwebunit.html.Row
 
appendCells(Object[]) - Method in class net.sourceforge.jwebunit.html.Row
 
appendRow(Row) - Method in class net.sourceforge.jwebunit.html.Table
Append a single expected row.
appendRows(Object[][]) - Method in class net.sourceforge.jwebunit.html.Table
Append any number of rows, represented by a two dimensional array of objects.
appendRows(Table) - Method in class net.sourceforge.jwebunit.html.Table
Append another table's rows.
areFilesEqual(URL, URL) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a button with a given id is not present in the current window.
assertButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a button with a given id is not present in the current window.
assertButtonNotPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a button with a given text is not present in the current window.
assertButtonNotPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a button with a given text is not present in the current window.
assertButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a button with a given id is present in the current window.
assertButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a button with a given id is present in the current window.
assertButtonPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a button with a given text is present in the current window.
assertButtonPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a button with a given text is present in the current window.
assertCheckboxNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a form checkbox with a given name is not present.
assertCheckboxNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a given checkbox is not present.
assertCheckboxNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a form checkbox with a given name is not present.
assertCheckboxNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given checkbox is not present.
assertCheckboxNotSelected(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific checkbox is not selected.
assertCheckboxNotSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific checkbox is not selected.
assertCheckboxNotSelected(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific checkbox is not selected.
assertCheckboxNotSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific checkbox is not selected.
assertCheckboxPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a form checkbox with a given name is present.
assertCheckboxPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a given checkbox is present.
assertCheckboxPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a form checkbox with a given name is present.
assertCheckboxPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given checkbox is present.
assertCheckboxSelected(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific checkbox is selected.
assertCheckboxSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific checkbox is selected.
assertCheckboxSelected(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific checkbox is selected.
assertCheckboxSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific checkbox is selected.
assertCookiePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Checks to see if a cookie is present in the response.
assertCookiePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Checks to see if a cookie is present in the response.
assertCookieValueEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Check to see if a cookie has the given value.
assertCookieValueEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Check to see if a cookie has the given value.
assertCookieValueMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Check to see if a cookie value match the given regexp.
assertCookieValueMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Check to see if a cookie value match the given regexp.
assertDownloadedFileEquals(URL) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Download the current page (or file) and compare it with the given file.
assertDownloadedFileEquals(URL) - Method in class net.sourceforge.jwebunit.junit.WebTester
Download the current page (or file) and compare it with the given file.
assertElementNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that an element with a given id is not present.
assertElementNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an element with a given id is not present.
assertElementNotPresentByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that an element with a given xpath is not present.
assertElementNotPresentByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an element with a given xpath is not present.
assertElementPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that an element with a given id is present.
assertElementPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an element with a given id is present.
assertElementPresentByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that an element with a given xpath is present.
assertElementPresentByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an element with a given xpath is present.
assertEquals(Cell) - Method in class net.sourceforge.jwebunit.html.Cell
Assert that the current cell equals given one.
assertEquals(Row) - Method in class net.sourceforge.jwebunit.html.Row
 
assertEquals(Table) - Method in class net.sourceforge.jwebunit.html.Table
 
assertFormElementEmpty(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated.  
assertFormElementEmpty(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated.  
assertFormElementEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated.  
assertFormElementEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated.  
assertFormElementMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated.  
assertFormElementMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated.  
assertFormElementNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a form input element with a given name is not present.
assertFormElementNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a form input element with a given name is not present.
assertFormElementPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a form input element with a given name is present.
assertFormElementPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a form input element with a given name is present.
assertFormNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that there is not a form present.
assertFormNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that there is not a form with the specified name or id present.
assertFormNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that there is not a form present.
assertFormNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that there is not a form with the specified name or id present.
assertFormPresent() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that there is a form present.
assertFormPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that there is a form with the specified name or id present.
assertFormPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that there is a form present.
assertFormPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that there is a form with the specified name or id present.
assertFramePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a frame with the given name or ID is present.
assertFramePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a frame with the given name or ID is present.
assertHiddenFieldPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that an input hidden element with name formElementName has the expectedValue value.
assertHiddenFieldPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an input hidden element with name formElementName has the expectedValue value.
assertImagePresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
assertImagePresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertImageValid(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
assertImageValid(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertImageValidAndStore(String, String, File) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Asserts that the image with the given src and alt attribute values exist in the page and is an actual reachable image, then saves it as png with the given file name.
assertImageValidAndStore(String, String, File) - Method in class net.sourceforge.jwebunit.junit.WebTester
Asserts that the image with the given src and alt attribute values exist in the page and is an actual reachable image, then saves it as png with the given file name.
assertKeyInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the value of a given web resource is present in a specific table.
assertKeyInTable(String, String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the value of a given web resource is present in a specific table.
assertKeyInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the value of a given web resource is present in a specific table.
assertKeyInTable(String, String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the value of a given web resource is present in a specific table.
assertKeyNotInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the value of a given web resource is not present in a specific table.
assertKeyNotInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the value of a given web resource is not present in a specific table.
assertKeyNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a web resource's value is not present.
assertKeyNotPresent(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a web resource's formatted value is not present.
assertKeyNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a web resource's value is not present.
assertKeyNotPresent(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a web resource's formatted value is not present.
assertKeyPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a web resource's value is present.
assertKeyPresent(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a web resource's value (with formatting) is present
assertKeyPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a web resource's value is present.
assertKeyPresent(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a web resource's value (with formatting) is present
assertKeysInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the values of a set of web resources are all present in a specific table.
assertKeysInTable(String, String[], Object[][]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the values of a set of web resources are all present in a specific table.
assertKeysInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of a set of web resources are all present in a specific table.
assertKeysInTable(String, String[], Object[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of a set of web resources are all present in a specific table.
assertLinkNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no link with the given id is present in the response.
assertLinkNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link with the given id is present in the response.
assertLinkNotPresentWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no link containing the Exact text is present.
assertLinkNotPresentWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no link containing the Exact text is present.
assertLinkNotPresentWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link containing the Exact text is present.
assertLinkNotPresentWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link containing the Exact text is present.
assertLinkNotPresentWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link containing a specified image is not present.
assertLinkNotPresentWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing a specified image is not present.
assertLinkNotPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no link containing the supplied text is present.
assertLinkNotPresentWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no link containing the supplied text is present.
assertLinkNotPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link containing the supplied text is present.
assertLinkNotPresentWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link containing the supplied text is present.
assertLinkPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link with a given id is present in the response.
assertLinkPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link with a given id is present in the response.
assertLinkPresentWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link containing the Exact text is present.
assertLinkPresentWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link containing the Exact text is present.
assertLinkPresentWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing the Exact text is present.
assertLinkPresentWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing the Exact text is present.
assertLinkPresentWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link containing a specified image is present.
assertLinkPresentWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing a specified image is present.
assertLinkPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link containing the supplied text is present.
assertLinkPresentWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link containing the supplied text is present.
assertLinkPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing the supplied text is present.
assertLinkPresentWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing the supplied text is present.
assertMatch(Cell) - Method in class net.sourceforge.jwebunit.html.Cell
Assert that the current cell matches given one.
assertMatch(Row) - Method in class net.sourceforge.jwebunit.html.Row
 
assertMatch(Table) - Method in class net.sourceforge.jwebunit.html.Table
 
assertMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied regexp is matched.
assertMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied regexp is matched.
assertMatchInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a given element matches a specific regexp.
assertMatchInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given element matches a specific regexp.
assertMatchInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied regexp is matched in a specific table.
assertMatchInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a set of regexp values are all matched in a specific table.
assertMatchInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied regexp is matched in a specific table.
assertMatchInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a set of regexp values are all matched in a specific table.
assertNoMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied regexp is not present.
assertNoMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied regexp is not present.
assertNoMatchInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a given element does not match a specific regexp.
assertNoMatchInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given element does not match a specific regexp.
assertNoMatchInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied regexp is not present in a specific table.
assertNoMatchInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that none of a set of regexp values are present in a specific table.
assertNoMatchInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied regexp is not present in a specific table.
assertNoMatchInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that none of a set of regexp values are present in a specific table.
assertRadioOptionNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is not present in a radio group.
assertRadioOptionNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is not present in a radio group.
assertRadioOptionNotSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is not selected in a radio group.
assertRadioOptionNotSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is not selected in a radio group.
assertRadioOptionPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is present in a radio group.
assertRadioOptionPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is present in a radio group.
assertRadioOptionSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is selected in a radio group.
assertRadioOptionSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is selected in a radio group.
assertResetButtonNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no reset button is present in the current form.
assertResetButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a reset button with a given name is not present.
assertResetButtonNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no reset button is present in the current form.
assertResetButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a reset button with a given name is not present.
assertResetButtonPresent() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a reset button is present.
assertResetButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a reset button with a given name is present.
assertResetButtonPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a reset button is present.
assertResetButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a reset button with a given name is present.
assertSelectedOptionEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
assertSelectedOptionEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertSelectedOptionMatches(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
assertSelectedOptionMatches(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertSelectedOptionsEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the currently selected display label(s) of a select box matches given label(s).
assertSelectedOptionsEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected display label(s) of a select box matches given label(s).
assertSelectedOptionsMatch(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the currently selected display value(s) of a select box matches a given value(s).
assertSelectedOptionsMatch(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected display value(s) of a select box matches a given value(s).
assertSelectedOptionValueEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the currently selected value of a select box matches given value.
assertSelectedOptionValueEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected value of a select box matches given value.
assertSelectedOptionValuesEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the currently selected value(s) of a select box matches given value(s).
assertSelectedOptionValuesEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected value(s) of a select box matches given value(s).
assertSelectOptionNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is not present in a select box.
assertSelectOptionNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is not present in a select box.
assertSelectOptionPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is present in a select box (by label).
assertSelectOptionPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is present in a select box (by label).
assertSelectOptionsEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the display values of a select element's options match a given array of strings.
assertSelectOptionsEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the display values of a select element's options match a given array of strings.
assertSelectOptionsNotEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the display values of a select element's options do not match a given array of strings.
assertSelectOptionsNotEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the display values of a select element's options do not match a given array of strings.
assertSelectOptionsPresent(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that given options are present in a select box (by label).
assertSelectOptionsPresent(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that given options are present in a select box (by label).
assertSelectOptionValueNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
assertSelectOptionValueNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertSelectOptionValuePresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is present in a select box (by value).
assertSelectOptionValuePresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is present in a select box (by value).
assertSelectOptionValuesEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the values of a select element's options match a given array of strings.
assertSelectOptionValuesEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of a select element's options match a given array of strings.
assertSelectOptionValuesNotEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the values of a select element's options do not match a given array of strings.
assertSelectOptionValuesNotEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of a select element's options do not match a given array of strings.
assertSelectOptionValuesPresent(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that given options are present in a select box (by value).
assertSelectOptionValuesPresent(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that given options are present in a select box (by value).
assertSubmitButtonNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no submit button is present in the current form.
assertSubmitButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a submit button with a given name is not present.
assertSubmitButtonNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no submit button is present in the current form.
assertSubmitButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a submit button with a given name is not present.
assertSubmitButtonPresent() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a submit button is present.
assertSubmitButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a submit button with a given name is present.
assertSubmitButtonPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a submit button with a given name and value is present.
assertSubmitButtonPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a submit button is present.
assertSubmitButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a submit button with a given name is present.
assertSubmitButtonPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a submit button with a given name and value is present.
assertSubTableEquals(int, Table) - Method in class net.sourceforge.jwebunit.html.Table
 
assertSubTableMatch(int, Table) - Method in class net.sourceforge.jwebunit.html.Table
 
assertTableEquals(String, Table) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific table matches an ExpectedTable.
assertTableEquals(String, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific table matches a matrix of supplied text values.
assertTableEquals(String, Table) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific table matches an ExpectedTable.
assertTableEquals(String, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific table matches a matrix of supplied text values.
assertTableMatch(String, Table) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific table matches an ExpectedTable.
assertTableMatch(String, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific table matches a matrix of supplied regexps.
assertTableMatch(String, Table) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific table matches an ExpectedTable.
assertTableMatch(String, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific table matches a matrix of supplied regexps.
assertTableNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a table with a given summary or id value is not present.
assertTableNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a table with a given summary or id value is not present.
assertTablePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a table with a given summary or id value is present.
assertTablePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a table with a given summary or id value is present.
assertTableRowCountEquals(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the number of rows for a specific table equals expected value.
assertTableRowCountEquals(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the number of rows for a specific table equals expected value.
assertTableRowsEqual(String, int, Table) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a range of rows for a specific table matches a matrix of supplied text values.
assertTableRowsEqual(String, int, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a range of rows for a specific table matches a matrix of supplied text values.
assertTableRowsEqual(String, int, Table) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a range of rows for a specific table matches a matrix of supplied text values.
assertTableRowsEqual(String, int, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a range of rows for a specific table matches a matrix of supplied text values.
assertTableRowsMatch(String, int, Table) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a range of rows for a specific table matches a matrix of supplied regexps.
assertTableRowsMatch(String, int, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a range of rows for a specific table matches a matrix of supplied regexps.
assertTableRowsMatch(String, int, Table) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a range of rows for a specific table matches a matrix of supplied regexps.
assertTableRowsMatch(String, int, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a range of rows for a specific table matches a matrix of supplied regexps.
assertTextFieldEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that an input text element with name formElementName has the expectedValue value.
assertTextFieldEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an input text element with name formElementName has the expectedValue value.
assertTextInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a given element contains specific text.
assertTextInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given element contains specific text.
assertTextInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied text is present in a specific table.
assertTextInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a set of text values are all present in a specific table.
assertTextInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied text is present in a specific table.
assertTextInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a set of text values are all present in a specific table.
assertTextNotInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
assertTextNotInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertTextNotInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied text is not present in a specific table.
assertTextNotInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that none of a set of text values are present in a specific table.
assertTextNotInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied text is not present in a specific table.
assertTextNotInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that none of a set of text values are present in a specific table.
assertTextNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied text is not present.
assertTextNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied text is not present.
assertTextPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied text is present.
assertTextPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied text is present.
assertTitleEquals(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert title of current html page in conversation matches an expected value.
assertTitleEquals(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current html page in conversation matches an expected value.
assertTitleEqualsKey(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert title of current html page matches the value of a specified web resource.
assertTitleEqualsKey(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert title of current page matches formatted message resource
assertTitleEqualsKey(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current html page matches the value of a specified web resource.
assertTitleEqualsKey(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current page matches formatted message resource
assertTitleMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert title of current html page in conversation matches an expected regexp.
assertTitleMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current html page in conversation matches an expected regexp.
assertWindowCountEquals(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the number of opened windows equals given value.
assertWindowCountEquals(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the number of opened windows equals given value.
assertWindowPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a window with the given name is open.
assertWindowPresent(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a window with the given ID is open.
assertWindowPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a window with the given name is open.
assertWindowPresent(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a window with the given ID is open.
assertWindowPresentWithTitle(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that at least one window with the given title is open.
assertWindowPresentWithTitle(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that at least one window with the given title is open.

B

beginAt(URL, TestContext) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Open the browser at an initial URL.
beginAt(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Begin conversation at a URL absolute or relative to base URL.
beginAt(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Begin conversation at a URL absolute or relative to base URL.

C

Cell - Class in net.sourceforge.jwebunit.html
Represents a cell of an html table - a string value spanning an indicated amount of columns.
Cell(String) - Constructor for class net.sourceforge.jwebunit.html.Cell
Construct a cell with a default colspan/rowspan of 1.
Cell(String, int, int) - Constructor for class net.sourceforge.jwebunit.html.Cell
Construct a cell with a specified colspan.
checkCheckbox(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Select a specified checkbox.
checkCheckbox(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Select a specified checkbox.
checkCheckbox(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select a specified checkbox.
checkCheckbox(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select a specified checkbox.
checkCheckbox(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select a specified checkbox.
checkCheckbox(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select a specified checkbox.
clearAuthorizations() - Method in class net.sourceforge.jwebunit.util.TestContext
Clear all authorizations (basic, digest, ntlm, proxy).
clearRequestHeaders() - Method in class net.sourceforge.jwebunit.util.TestContext
Clear custom request headers.
clickButton(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Click the indicated button.
clickButton(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Click the button with the given id.
clickButton(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Click the button with the given id.
clickButtonWithText(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Clicks a button with text of the value attribute.
clickButtonWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Clicks a button with text of the value attribute.
clickButtonWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Clicks a button with text of the value attribute.
clickElementByXPath(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Click element with given xpath.
clickElementByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Click element with given xpath.
clickElementByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Click element with given xpath.
clickLink(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Navigate by submitting a request based on a link with a given ID.
clickLink(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Navigate by selection of a link with given id.
clickLink(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selection of a link with given id.
clickLinkWithExactText(String, int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Navigate by clicking a link with the exact specified text.
clickLinkWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Navigate by selection of a link with the exact given text.
clickLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Navigate by selecting Nth link with the exact given text.
clickLinkWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selection of a link with the exact given text.
clickLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selecting Nth link with the exact given text.
clickLinkWithImage(String, int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Navigate by submitting a request based on a link with a given image file name.
clickLinkWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Navigate by selection of a link with a given image.
clickLinkWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selection of a link with a given image.
clickLinkWithText(String, int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Navigate by submitting a request based on a link containing the specified text.
clickLinkWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Navigate by selection of a link containing given text.
clickLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Navigate by selecting Nth link containing given text.
clickLinkWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selection of a link containing given text.
clickLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selecting Nth link containing given text.
clickRadioOption(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Clicks a radio option.
clickRadioOption(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Clicks a radio option.
clickRadioOption(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Clicks a radio option.
closeBrowser() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Close the browser and check if there is no pending Javascript alert, confirm or prompt.
closeBrowser() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Close the current conversation.
closeBrowser() - Method in class net.sourceforge.jwebunit.junit.WebTester
Close the current conversation.
closeWindow() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Close the current window.
closeWindow() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Close the current window.
closeWindow() - Method in class net.sourceforge.jwebunit.junit.WebTester
Close the current window.

D

dumpCookies() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Print all the cookies to stdout.
dumpCookies() - Method in class net.sourceforge.jwebunit.junit.WebTester
Print all the cookies to stdout.
dumpHtml() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated. Use WebTester.getPageSource()
dumpHtml(PrintStream) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated. Use WebTester.getPageSource()
dumpHtml() - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. Use WebTester.getPageSource()
dumpHtml(PrintStream) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. Use WebTester.getPageSource()
dumpTable(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Dump the table as the 2D array that is used for assertions - for debugging purposes.
dumpTable(String, PrintStream) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Dump the table as the 2D array that is used for assertions - for debugging purposes.
dumpTable(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Dump the table as the 2D array that is used for assertions - for debugging purposes.
dumpTable(String, PrintStream) - Method in class net.sourceforge.jwebunit.junit.WebTester
Dump the table as the 2D array that is used for assertions - for debugging purposes.

E

ElementNotFoundException - Exception in net.sourceforge.jwebunit.exception
This exception should be used when an expected element is not found.
ElementNotFoundException(String) - Constructor for exception net.sourceforge.jwebunit.exception.ElementNotFoundException
 
ElementNotFoundException(String, Exception) - Constructor for exception net.sourceforge.jwebunit.exception.ElementNotFoundException
 
equals(String) - Method in class net.sourceforge.jwebunit.html.Cell
Check if the current cell contains given text.
ExpectedJavascriptAlertException - Exception in net.sourceforge.jwebunit.exception
A Javascript alert was expected but was not thrown.
ExpectedJavascriptAlertException(String) - Constructor for exception net.sourceforge.jwebunit.exception.ExpectedJavascriptAlertException
 
ExpectedJavascriptConfirmException - Exception in net.sourceforge.jwebunit.exception
A Javascript confirm was expected but was not thrown.
ExpectedJavascriptConfirmException(String) - Constructor for exception net.sourceforge.jwebunit.exception.ExpectedJavascriptConfirmException
 
ExpectedJavascriptPromptException - Exception in net.sourceforge.jwebunit.exception
A Javascript prompt was expected but was not thrown.
ExpectedJavascriptPromptException(String) - Constructor for exception net.sourceforge.jwebunit.exception.ExpectedJavascriptPromptException
 

G

getAction() - Method in class net.sourceforge.jwebunit.javascript.JavascriptConfirm
 
getAlertMessage() - Method in exception net.sourceforge.jwebunit.exception.ExpectedJavascriptAlertException
Return the expected message in the alert
getAlertMessage() - Method in exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptAlertException
Return the message in the unexpected alert
getBaseUrl() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the base URL for the test context.
getCellCount() - Method in class net.sourceforge.jwebunit.html.Row
 
getCells() - Method in class net.sourceforge.jwebunit.html.Row
 
getColspan() - Method in class net.sourceforge.jwebunit.html.Cell
 
getConfirmMessage() - Method in exception net.sourceforge.jwebunit.exception.ExpectedJavascriptConfirmException
Return the expected message in the confirm
getConfirmMessage() - Method in exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptConfirmException
Return the message of the expected confirm
getConfirmMessage() - Method in exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptPromptException
Return the message of the expected prompt
getCookies() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Get all cookies.
getCookies() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the cookies which have been added to the test context.
getDialog() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated. You should not use plugin specific fonctionality. Please ask for a new core feature instead.
getDialog() - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. You should not use plugin specific fonctionality. Please ask for a new core feature instead.
getDomain() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the user domain.
getElementAttributByXPath(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Get attribut value of the given element.
getElementAttributByXPath(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Get the attribut value of the gicen element.
getElementAttributByXPath(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get the attribut value of the gicen element.
getElementTextByXPath(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Get text of the given element.
getElementTextByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Get text of the given element.
getElementTextByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get text of the given element.
getFirstAvailable() - Static method in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Get first available testing engine key.
getFormElementValue(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated.  
getFormElementValue(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated.  
getHiddenFieldValue(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return the current value of a hidden input element with name paramName.
getHttpStatusCode() - Method in exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
Return the HTTP status code that throw this Exception or -1 if this exception was not thrown because of HTTP status code.
getImage(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
getImage(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
getInput() - Method in class net.sourceforge.jwebunit.javascript.JavascriptPrompt
 
getInputStream() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Gets the last server response as input stream.
getInputStream(URL) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Gets the input stream for a given URL - can be used to test images or other resources without changing the current navigation context.
getLocale() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the locale established for the test context.
getMessage() - Method in class net.sourceforge.jwebunit.javascript.JavascriptAlert
 
getMessage() - Method in class net.sourceforge.jwebunit.javascript.JavascriptConfirm
 
getMessage() - Method in class net.sourceforge.jwebunit.javascript.JavascriptPrompt
 
getMessage(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Return the value of a web resource based on its key.
getMessage(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Return the value of a web resource based on its key, using MessageFormat to perform parametric substitution with formatting.
getMessage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Return the value of a web resource based on its key.
getMessage(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Return the value of a web resource based on its key, using MessageFormat to perform parametric substitution with formatting.
getPageSource() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return the source of the current page (like in a browser).
getPageSource() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Get the source of the HTML page (like in a real browser), or HTTP body for a non HTML content.
getPageSource() - Method in class net.sourceforge.jwebunit.junit.WebTester
Get the source of the HTML page (like in a real browser), or HTTP body for a non HTML content.
getPageText() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return the string representation of the current page, encoded as specified by the current TestContext.
getPageTitle() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return the page title of the current response page, encoded as specified by the current TestContext.
getPageURL() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Get the location of the current page.
getPassword() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the user password.
getPromptMessage() - Method in exception net.sourceforge.jwebunit.exception.ExpectedJavascriptPromptException
Return the expected message in the prompt
getProxyHost() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the proxy server name
getProxyPasswd() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the proxy password
getProxyPort() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the proxy server port
getProxyUser() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the proxy user name
getRequestHeaders() - Method in class net.sourceforge.jwebunit.util.TestContext
Get custom request headers.
getResourceBundleName() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the test context resource bundle for expected value lookups.
getRowCount() - Method in class net.sourceforge.jwebunit.html.Table
 
getRows() - Method in class net.sourceforge.jwebunit.html.Table
 
getRowspan() - Method in class net.sourceforge.jwebunit.html.Cell
 
getSelectedOptions(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return the values of the currently selected items in a select box.
getSelectedRadio(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return the currently selected radio button.
getSelectOptionLabelForValue(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Get the label for a given option of a select box.
getSelectOptionValueForLabel(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Get the value for a given option of a select box.
getSelectOptionValues(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return a string array of select box option values.
getServerResponse() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return the response of the server for the current page.
getServeurResponse() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Get the last data sent by the server.
getServeurResponse() - Method in class net.sourceforge.jwebunit.junit.WebTester
Get the last data sent by the server.
getTable(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Each framework have it's own way to represent a Table.
getTable(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
getTable(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
getTestContext() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Provide access to test testContext.
getTestContext() - Method in class net.sourceforge.jwebunit.junit.WebTester
Provide access to test testContext.
getTester() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Get internal WebTester.
getTestingEngine() - Method in class net.sourceforge.jwebunit.junit.WebTester
Protected version of deprecated getDialog().
getTestingEngineClass(String) - Static method in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Gets the class based on the key of the class.
getTestingEngineKey() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Gets the Testing Engine Key that is used to find the proper testing engine class (HtmlUnitDialog / SeleniumDialog) for the tests.
getTestingEngineKey() - Method in class net.sourceforge.jwebunit.junit.WebTester
Gets the Testing Engine Key that is used to find the proper testing engine class (HtmlUnitDialog / SeleniumDialog) for the tests.
getTextFieldValue(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return the current value of a text field with name paramName.
getUser() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the authorized user for the test context.
getUserAgent() - Method in class net.sourceforge.jwebunit.util.TestContext
 
getValue() - Method in class net.sourceforge.jwebunit.html.Cell
 
getWindowCount() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Get the number of openend Windows.
gotoFrame(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Make the frame with the given name or ID active in the current conversation.
gotoFrame(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Make the given frame active.
gotoFrame(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Make the given frame active.
gotoPage(URL) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Simulate user typing a new URL in the browser.
gotoPage(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Go to the given page like if user has typed the URL manually in the browser.
gotoPage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Go to the given page like if user has typed the URL manually in the browser.
gotoRootWindow() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Make the root window active.
gotoRootWindow() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Make the root window active.
gotoRootWindow() - Method in class net.sourceforge.jwebunit.junit.WebTester
Make the root window active.
gotoWindow(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Make the window with the given name active.
gotoWindow(int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Goto window with the given Javascript ID.
gotoWindow(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Make a given window active.
gotoWindow(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Make a given window active.
gotoWindow(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Make a given window active.
gotoWindow(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Make a given window active.
gotoWindowByTitle(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Goto first window with the given title.
gotoWindowByTitle(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Make first window with the given title active.
gotoWindowByTitle(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Make first window with the given title active.

H

hasAuthorization() - Method in class net.sourceforge.jwebunit.util.TestContext
Return true if a basic authentication has been set on the context via TestContext.setAuthorization(java.lang.String, java.lang.String).
hasButton(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Checks if a button with id is present.
hasButtonWithText(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Checks if a button with text is present.
hasCookies() - Method in class net.sourceforge.jwebunit.util.TestContext
Return true if one or more cookies have been added to the test context.
hasElement(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Test if element with given id exists.
hasElementByXPath(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Test if element with given xpath exists.
hasForm() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Check whether the current page contains a form.
hasForm(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return true if the current page contains a specific form.
hasFormParameterNamed(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return true if a form input element is present on the current form.
hasFrame(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Test if the given frame is present.
hasLink(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return true if a link is present in the current response with the specified id.
hasLinkWithExactText(String, int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return true if a link is present in the current page containing the exact specified text.
hasLinkWithImage(String, int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return true if a link is present with a given image based on filename of image.
hasLinkWithText(String, int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return true if a link is present in the current response containing the specified text.
hasMatch(String) - Method in class net.sourceforge.jwebunit.html.Row
 
hasMatch(String) - Method in class net.sourceforge.jwebunit.html.Table
 
hasNTLMAuthorization() - Method in class net.sourceforge.jwebunit.util.TestContext
Return true if a NTLM authentication has been set on the context via TestContext.setNTLMAuthorization(java.lang.String, java.lang.String, java.lang.String).
hasProxyAuthorization() - Method in class net.sourceforge.jwebunit.util.TestContext
Return true if a proxy authentication has been set on the context via TestContext.setProxyAuthorization(java.lang.String, java.lang.String, java.lang.String, int).
hasRadioOption(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Checks if a radio group contains the indicated option.
hasResetButton() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Checks if the current form contains a reset button.
hasResetButton(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Checks if the current form contains a specific reset button.
hasSelectOption(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Test if a select box has the given option (by label).
hasSelectOptionValue(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Test if a select box has the given option (by value).
hasSubmitButton() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Checks if the current form contains a submit button.
hasSubmitButton(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Checks if the current form contains a specific submit button.
hasSubmitButton(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Checks if the current form contains a specific submit button.
hasTable(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Check if the Table object representing a specified table exists.
hasText(String) - Method in class net.sourceforge.jwebunit.html.Row
 
hasText(String) - Method in class net.sourceforge.jwebunit.html.Table
 
hasUserAgent() - Method in class net.sourceforge.jwebunit.util.TestContext
 
hasWindow(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Test if the window with the given name is present.
hasWindowByTitle(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Test if window with the given title is present.

I

IJWebUnitDialog - Interface in net.sourceforge.jwebunit.api
This is the interface for all communications between jWebUnit and the specific running test engine or dialog.
initializeDialog() - Method in class net.sourceforge.jwebunit.junit.WebTester
Initializes the IJWebUnitDialog when the dialog is null.
isCheckboxSelected(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Determines if the checkbox is selected.
isCheckboxSelected(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Determines if the checkbox is selected.
isMatchInElement(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return true if a given regexp is contained within the specified element.
isTextInElement(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Return true if a given string is contained within the specified element.

J

JavascriptAlert - Class in net.sourceforge.jwebunit.javascript
 
JavascriptAlert(String) - Constructor for class net.sourceforge.jwebunit.javascript.JavascriptAlert
 
JavascriptConfirm - Class in net.sourceforge.jwebunit.javascript
 
JavascriptConfirm(String, boolean) - Constructor for class net.sourceforge.jwebunit.javascript.JavascriptConfirm
 
JavascriptPrompt - Class in net.sourceforge.jwebunit.javascript
 
JavascriptPrompt(String, String) - Constructor for class net.sourceforge.jwebunit.javascript.JavascriptPrompt
 

M

match(String) - Method in class net.sourceforge.jwebunit.html.Cell
Check if the current cell matches given text.

N

net.sourceforge.jwebunit.api - package net.sourceforge.jwebunit.api
 
net.sourceforge.jwebunit.exception - package net.sourceforge.jwebunit.exception
 
net.sourceforge.jwebunit.html - package net.sourceforge.jwebunit.html
 
net.sourceforge.jwebunit.javascript - package net.sourceforge.jwebunit.javascript
 
net.sourceforge.jwebunit.junit - package net.sourceforge.jwebunit.junit
 
net.sourceforge.jwebunit.util - package net.sourceforge.jwebunit.util
 

R

removeRequestHeader(String) - Method in class net.sourceforge.jwebunit.util.TestContext
Remove a custom request header.
reset() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Reset the current form with the default reset button.
reset() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Reset the current form using the default reset button.
reset() - Method in class net.sourceforge.jwebunit.junit.WebTester
Reset the current form using the default reset button.
Row - Class in net.sourceforge.jwebunit.html
Represents a row of an html table.
Row() - Constructor for class net.sourceforge.jwebunit.html.Row
 
Row(Object[]) - Constructor for class net.sourceforge.jwebunit.html.Row
Construct a row from an array of objects which specify the cells of the row.
runBare() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Clean up unused memory.

S

saveAs(File) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Save the last downloaded page (or file) to the disk.
saveAs(File) - Method in class net.sourceforge.jwebunit.junit.WebTester
Save the last downloaded page (or file) to the disk.
selectOption(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select an option with a given display label in a select element.
selectOption(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select an option with a given display label in a select element.
selectOptionByValue(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select an option with a given value in a select element.
selectOptionByValue(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select an option with a given value in a select element.
selectOptions(String, String[]) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Select option(s) of a select box by value.
selectOptions(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select options with given display labels in a select element.
selectOptions(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select options with given display labels in a select element.
selectOptionsByValues(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select options with given values in a select element.
selectOptionsByValues(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select options with given values in a select element.
setAuthorization(String, String) - Method in class net.sourceforge.jwebunit.util.TestContext
Set basic authentication information for the test context.
setBaseUrl(String) - Method in class net.sourceforge.jwebunit.util.TestContext
Set the base url for the test context.
setBaseUrl(URL) - Method in class net.sourceforge.jwebunit.util.TestContext
Set the base url for the test context.
setDialog(IJWebUnitDialog) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the testing engine.
setDialog(IJWebUnitDialog) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the testing engine.
setExpectedJavaScriptAlert(JavascriptAlert[]) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Tell the dialog that the given alert boxes are expected in the given order.
setExpectedJavaScriptAlert(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given alert boxe is expected.
setExpectedJavaScriptAlert(String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given alert boxes are expected in the given order.
setExpectedJavaScriptAlert(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given alert boxe is expected.
setExpectedJavaScriptAlert(String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given alert boxes are expected in the given order.
setExpectedJavaScriptConfirm(JavascriptConfirm[]) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Tell the dialog that the given confirm boxes are expected in the given order.
setExpectedJavaScriptConfirm(String, boolean) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given confirm boxe is expected.
setExpectedJavaScriptConfirm(String[], boolean[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given confirm boxes are expected in the given order.
setExpectedJavaScriptConfirm(String, boolean) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given confirm boxe is expected.
setExpectedJavaScriptConfirm(String[], boolean[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given confirm boxes are expected in the given order.
setExpectedJavaScriptPrompt(JavascriptPrompt[]) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Tell the dialog that the given prompt boxes are expected in the given order.
setExpectedJavaScriptPrompt(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given prompt boxe is expected.
setExpectedJavaScriptPrompt(String[], String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given prompt boxes are expected in the given order.
setExpectedJavaScriptPrompt(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given prompt boxe is expected.
setExpectedJavaScriptPrompt(String[], String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given prompt boxes are expected in the given order.
setFormElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated. use setTextField or other methods
setFormElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. use setTextField or other methods
setLocale(Locale) - Method in class net.sourceforge.jwebunit.util.TestContext
Set the locale for the test context.
setNTLMAuthorization(String, String, String) - Method in class net.sourceforge.jwebunit.util.TestContext
Set NTLM authentication information for the test context.
setProxyAuthorization(String, String, String, int) - Method in class net.sourceforge.jwebunit.util.TestContext
Set proxy authentication information for the test context.
setResourceBundleName(String) - Method in class net.sourceforge.jwebunit.util.TestContext
Set a resource bundle to use for the test context (will be used to lookup expected values by key in WebTester).
setScriptingEnabled(boolean) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Enable or disable Javascript support.
setScriptingEnabled(boolean) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Enable or disable Javascript support
setScriptingEnabled(boolean) - Method in class net.sourceforge.jwebunit.junit.WebTester
Enable or disable Javascript support
setTestContext(TestContext) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Allows setting an external test testContext class that might be extended from TestContext.
setTestContext(TestContext) - Method in class net.sourceforge.jwebunit.junit.WebTester
Allows setting an external test testContext class that might be extended from TestContext.
setTestingEngineKey(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the Testing Engine that you want to use for the tests based on the Testing Engine Key.
setTestingEngineKey(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the Testing Engine that you want to use for the tests based on the Testing Engine Key.
setTextField(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Fill a text, password or textarea field with the provided text.
setTextField(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the value of a text or password input field.
setTextField(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the value of a text or password input field.
setUserAgent(String) - Method in class net.sourceforge.jwebunit.util.TestContext
 
setWorkingForm(int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Set the form on the current page that the client wishes to work with explicitly by index in the page.
setWorkingForm(String, int) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Set the form on the current page that the client wishes to work with explicitly by either the form name or id (match by id is attempted first).
setWorkingForm(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Begin interaction with a specified form.
setWorkingForm(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Begin interaction with a specified form.
setWorkingForm(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Begin interaction with a specified form.
setWorkingForm(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Begin interaction with a specified form.
setWorkingForm(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Begin interaction with a specified form.
setWorkingForm(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Begin interaction with a specified form.
submit() - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Submit the current form with the default submit button.
submit(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Submit the current form with the specifed submit button.
submit(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Submit the current form with the specifed submit button (by name and value).
submit() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Submit form - default submit button will be used (unnamed submit button, or named button if there is only one on the form.
submit(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Submit form by pressing named button.
submit(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Submit the form by pressing the named button with the given value (label).
submit() - Method in class net.sourceforge.jwebunit.junit.WebTester
Submit form - default submit button will be used (unnamed submit button, or named button if there is only one on the form.
submit(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Submit form by pressing named button.
submit(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Submit the form by pressing the named button with the given value (label).

T

Table - Class in net.sourceforge.jwebunit.html
Represents an expected table for comparison with an actual html table.
Table() - Constructor for class net.sourceforge.jwebunit.html.Table
Construct a table without providing any contents; they can be appended subsequently.
Table(Object[][]) - Constructor for class net.sourceforge.jwebunit.html.Table
Construct a table from a two dimensional array of objects.
tearDown() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
TestContext - Class in net.sourceforge.jwebunit.util
Establish context for tests (things such as locale, base url for the application, cookies, authorization).
TestContext() - Constructor for class net.sourceforge.jwebunit.util.TestContext
Construct a test client context.
tester - Variable in class net.sourceforge.jwebunit.junit.WebTestCase
 
TESTING_ENGINE_HTMLUNIT - Static variable in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Key of HtmlUnit testing engine.
TestingEngineRegistry - Class in net.sourceforge.jwebunit.util
This will maintain a registry of known testing engines to be used by jWebUnit.
TestingEngineRegistry() - Constructor for class net.sourceforge.jwebunit.util.TestingEngineRegistry
 
TestingEngineRegistryException - Exception in net.sourceforge.jwebunit.exception
Exception thrown when the testing engine registry can't find the appropriat key for a specific testing engine, etc.
TestingEngineRegistryException() - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineRegistryException
 
TestingEngineRegistryException(String) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineRegistryException
 
TestingEngineResponseException - Exception in net.sourceforge.jwebunit.exception
This name reflects the name all of exceptions that will be thrown from a specific "testing engine".
TestingEngineResponseException() - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(int) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(int, String) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(int, String, Throwable) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(int, Exception) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(String) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(String, Throwable) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(Throwable) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 

U

UnableToSetFormException - Exception in net.sourceforge.jwebunit.exception
Represents a problem establishing a form on the current response for which a request is to be built.
UnableToSetFormException() - Constructor for exception net.sourceforge.jwebunit.exception.UnableToSetFormException
 
UnableToSetFormException(String) - Constructor for exception net.sourceforge.jwebunit.exception.UnableToSetFormException
 
uncheckCheckbox(String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Deselect a specified checkbox.
uncheckCheckbox(String, String) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Deselect a specified checkbox.
uncheckCheckbox(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deselect a specified checkbox.
uncheckCheckbox(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deselect a specified checkbox.
uncheckCheckbox(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deselect a specified checkbox.
uncheckCheckbox(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deselect a specified checkbox.
UnexpectedJavascriptAlertException - Exception in net.sourceforge.jwebunit.exception
A Javascript alert was displayed but not expected.
UnexpectedJavascriptAlertException(String) - Constructor for exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptAlertException
 
UnexpectedJavascriptConfirmException - Exception in net.sourceforge.jwebunit.exception
A Javascript confirm was displayed but not expected.
UnexpectedJavascriptConfirmException(String) - Constructor for exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptConfirmException
 
UnexpectedJavascriptPromptException - Exception in net.sourceforge.jwebunit.exception
A Javascript prompt was displayed but not expected.
UnexpectedJavascriptPromptException(String) - Constructor for exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptPromptException
 
unselectOptions(String, String[]) - Method in interface net.sourceforge.jwebunit.api.IJWebUnitDialog
Unselect option(s) of a select box by display label.

W

WebTestCase - Class in net.sourceforge.jwebunit.junit
Superclass for Junit TestCases which provides web application navigation and JUnit assertions.
WebTestCase(String) - Constructor for class net.sourceforge.jwebunit.junit.WebTestCase
 
WebTestCase() - Constructor for class net.sourceforge.jwebunit.junit.WebTestCase
 
WebTester - Class in net.sourceforge.jwebunit.junit
Provides a high-level API for basic web application navigation and validation by providing JUnit assertions.
WebTester() - Constructor for class net.sourceforge.jwebunit.junit.WebTester
 

A B C D E G H I J M N R S T U W

Copyright © 2002-2007 SourceForge. All Rights Reserved.